Title: [160326] trunk/Source/WebKit/mac
Revision
160326
Author
[email protected]
Date
2013-12-09 12:38:28 -0800 (Mon, 09 Dec 2013)

Log Message

Fix the build of projects including <WebKit/WebUIDelegatePrivate.h>

Rubber-stamped by Dan Bernstein.

* WebView/WebAllowDenyPolicyListener.h:
Use TARGET_OS_IPHONE rather than PLATFORM(IOS) in an exposed header.

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (160325 => 160326)


--- trunk/Source/WebKit/mac/ChangeLog	2013-12-09 20:20:11 UTC (rev 160325)
+++ trunk/Source/WebKit/mac/ChangeLog	2013-12-09 20:38:28 UTC (rev 160326)
@@ -1,3 +1,12 @@
+2013-12-09  Sam Weinig  <[email protected]>
+
+        Fix the build of projects including <WebKit/WebUIDelegatePrivate.h>
+
+        Rubber-stamped by Dan Bernstein.
+
+        * WebView/WebAllowDenyPolicyListener.h:
+        Use TARGET_OS_IPHONE rather than PLATFORM(IOS) in an exposed header.
+
 2013-12-05  Jer Noble  <[email protected]>
 
         [MSE] Add a runtime-setting for the MediaSource constructor.

Modified: trunk/Source/WebKit/mac/WebView/WebAllowDenyPolicyListener.h (160325 => 160326)


--- trunk/Source/WebKit/mac/WebView/WebAllowDenyPolicyListener.h	2013-12-09 20:20:11 UTC (rev 160325)
+++ trunk/Source/WebKit/mac/WebView/WebAllowDenyPolicyListener.h	2013-12-09 20:38:28 UTC (rev 160326)
@@ -28,7 +28,8 @@
 @protocol WebAllowDenyPolicyListener <NSObject>
 - (void)allow;
 - (void)deny;
-#if PLATFORM(IOS)
+
+#if TARGET_OS_IPHONE
 - (void)denyOnlyThisRequest;
 - (BOOL)shouldClearCache;
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to