Title: [213594] trunk/Source/WebKit/mac
Revision
213594
Author
[email protected]
Date
2017-03-08 13:42:06 -0800 (Wed, 08 Mar 2017)

Log Message

Fix for dependency fix
https://bugs.webkit.org/show_bug.cgi?id=169369

Reviewed by Beth Dakin.

* WebView/WebViewPrivate.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (213593 => 213594)


--- trunk/Source/WebKit/mac/ChangeLog	2017-03-08 21:11:46 UTC (rev 213593)
+++ trunk/Source/WebKit/mac/ChangeLog	2017-03-08 21:42:06 UTC (rev 213594)
@@ -1,3 +1,12 @@
+2017-03-08  Megan Gardner  <[email protected]>
+
+        Fix for dependency fix
+        https://bugs.webkit.org/show_bug.cgi?id=169369
+
+        Reviewed by Beth Dakin.
+
+        * WebView/WebViewPrivate.h:
+
 2017-03-07  Megan Gardner  <[email protected]>
 
         Fix Project Dependency

Modified: trunk/Source/WebKit/mac/WebView/WebViewPrivate.h (213593 => 213594)


--- trunk/Source/WebKit/mac/WebView/WebViewPrivate.h	2017-03-08 21:11:46 UTC (rev 213593)
+++ trunk/Source/WebKit/mac/WebView/WebViewPrivate.h	2017-03-08 21:42:06 UTC (rev 213594)
@@ -55,7 +55,7 @@
 #endif
 #endif
 
-#define WEBKIT_DI_BLOCK
+#define WEBKIT_DI_BLOCK 1
 
 @class UIImage;
 @class NSError;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to