Title: [181039] trunk/Source/WebKit2
Revision
181039
Author
bda...@apple.com
Date
2015-03-04 15:25:22 -0800 (Wed, 04 Mar 2015)

Log Message

Attempted build fix.

* UIProcess/API/Cocoa/WKViewPrivate.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (181038 => 181039)


--- trunk/Source/WebKit2/ChangeLog	2015-03-04 23:18:36 UTC (rev 181038)
+++ trunk/Source/WebKit2/ChangeLog	2015-03-04 23:25:22 UTC (rev 181039)
@@ -1,5 +1,11 @@
 2015-03-04  Beth Dakin  <bda...@apple.com>
 
+        Attempted build fix.
+
+        * UIProcess/API/Cocoa/WKViewPrivate.h:
+
+2015-03-04  Beth Dakin  <bda...@apple.com>
+
         Message UI process when contentSize changes
         https://bugs.webkit.org/show_bug.cgi?id=142294
         -and corresponding-

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKViewPrivate.h (181038 => 181039)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKViewPrivate.h	2015-03-04 23:18:36 UTC (rev 181038)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKViewPrivate.h	2015-03-04 23:25:22 UTC (rev 181039)
@@ -139,8 +139,8 @@
 - (void)_completeImmediateActionAnimation;
 
 - (void)_dismissContentRelativeChildWindows;
-#endif
 
 - (void)_didChangeContentSize:(NSSize)newSize;
+#endif
 
 @end
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to