Title: [176306] trunk/Source/WebKit2
Revision
176306
Author
[email protected]
Date
2014-11-18 21:08:41 -0800 (Tue, 18 Nov 2014)

Log Message

Unreviewed. Revision to the build fix in r176304.

The guarded method should simply be in the !TARGET_OS_IPHONE block.

* UIProcess/API/Cocoa/WKViewPrivate.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (176305 => 176306)


--- trunk/Source/WebKit2/ChangeLog	2014-11-19 05:06:58 UTC (rev 176305)
+++ trunk/Source/WebKit2/ChangeLog	2014-11-19 05:08:41 UTC (rev 176306)
@@ -1,3 +1,11 @@
+2014-11-18  Conrad Shultz  <[email protected]>
+
+        Unreviewed. Revision to the build fix in r176304.
+
+        The guarded method should simply be in the !TARGET_OS_IPHONE block.
+
+        * UIProcess/API/Cocoa/WKViewPrivate.h:
+
 2014-11-18  Benjamin Poulain  <[email protected]>
 
         iOS8 new "slow tap" heuristic fires mouse compat events despite preventDefault on touchend

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


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKViewPrivate.h	2014-11-19 05:06:58 UTC (rev 176305)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKViewPrivate.h	2014-11-19 05:08:41 UTC (rev 176306)
@@ -124,9 +124,7 @@
 
 - (NSView *)_viewForPreviewingURL:(NSURL *)url initialFrameSize:(NSSize)initialFrameSize;
 - (void)_finishPreviewingURL:(NSURL *)url withPreviewView:(NSView *)previewView;
-#endif
 
-#if PLATFORM(MAC)
 - (void)_dismissActionMenuPopovers;
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to