Title: [213582] trunk/Source/WebKit/mac
Revision
213582
Author
[email protected]
Date
2017-03-08 10:19:24 -0800 (Wed, 08 Mar 2017)

Log Message

Fix Project Dependency
https://bugs.webkit.org/show_bug.cgi?id=169340

Unreviewed Dependency Fix.

* WebView/WebViewPrivate.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (213581 => 213582)


--- trunk/Source/WebKit/mac/ChangeLog	2017-03-08 18:15:15 UTC (rev 213581)
+++ trunk/Source/WebKit/mac/ChangeLog	2017-03-08 18:19:24 UTC (rev 213582)
@@ -1,3 +1,12 @@
+2017-03-07  Megan Gardner  <[email protected]>
+
+        Fix Project Dependency
+        https://bugs.webkit.org/show_bug.cgi?id=169340
+
+        Unreviewed Dependency Fix.
+
+        * WebView/WebViewPrivate.h:
+
 2017-03-07  Alexey Proskuryakov  <[email protected]>
 
         WebKitLegacy should re-export symbols from WebCore on watchos and tvos

Modified: trunk/Source/WebKit/mac/WebView/WebViewPrivate.h (213581 => 213582)


--- trunk/Source/WebKit/mac/WebView/WebViewPrivate.h	2017-03-08 18:15:15 UTC (rev 213581)
+++ trunk/Source/WebKit/mac/WebView/WebViewPrivate.h	2017-03-08 18:19:24 UTC (rev 213582)
@@ -55,6 +55,8 @@
 #endif
 #endif
 
+#define WEBKIT_DI_BLOCK
+
 @class UIImage;
 @class NSError;
 @class WebFrame;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to