Title: [241327] trunk/Source/WebCore
- Revision
- 241327
- Author
- wenson_hs...@apple.com
- Date
- 2019-02-12 16:19:04 -0800 (Tue, 12 Feb 2019)
Log Message
Unreviewed, try to fix the internal iOS build after r241321
* accessibility/mac/WebAccessibilityObjectWrapperBase.mm:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (241326 => 241327)
--- trunk/Source/WebCore/ChangeLog 2019-02-13 00:02:23 UTC (rev 241326)
+++ trunk/Source/WebCore/ChangeLog 2019-02-13 00:19:04 UTC (rev 241327)
@@ -1,5 +1,11 @@
2019-02-12 Wenson Hsieh <wenson_hs...@apple.com>
+ Unreviewed, try to fix the internal iOS build after r241321
+
+ * accessibility/mac/WebAccessibilityObjectWrapperBase.mm:
+
+2019-02-12 Wenson Hsieh <wenson_hs...@apple.com>
+
Allow pages to trigger programmatic paste from script on iOS
https://bugs.webkit.org/show_bug.cgi?id=194271
<rdar://problem/47808810>
Modified: trunk/Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperBase.mm (241326 => 241327)
--- trunk/Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperBase.mm 2019-02-13 00:02:23 UTC (rev 241326)
+++ trunk/Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperBase.mm 2019-02-13 00:19:04 UTC (rev 241327)
@@ -69,7 +69,10 @@
#import "WAKView.h"
#import "WAKWindow.h"
#import "WebCoreFrameView.h"
+
+#if PLATFORM(MAC)
#import <pal/spi/mac/HIServicesSPI.h>
+#endif
using namespace WebCore;
using namespace HTMLNames;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes