Title: [159832] trunk/Source/WebKit2
Revision
159832
Author
wei...@apple.com
Date
2013-11-27 19:23:48 -0800 (Wed, 27 Nov 2013)

Log Message

Fix the iOS build.

* UIProcess/API/ios/WKGeolocationProviderIOS.mm:
* UIProcess/API/ios/WKGeolocationProviderIOSObjCSecurityOrigin.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (159831 => 159832)


--- trunk/Source/WebKit2/ChangeLog	2013-11-28 03:14:43 UTC (rev 159831)
+++ trunk/Source/WebKit2/ChangeLog	2013-11-28 03:23:48 UTC (rev 159832)
@@ -1,5 +1,12 @@
 2013-11-27  Sam Weinig  <s...@webkit.org>
 
+        Fix the iOS build.
+
+        * UIProcess/API/ios/WKGeolocationProviderIOS.mm:
+        * UIProcess/API/ios/WKGeolocationProviderIOSObjCSecurityOrigin.mm:
+
+2013-11-27  Sam Weinig  <s...@webkit.org>
+
         Add accessors for the WKProcessGroup and WKBrowsingContextGroup on the WKBrowsingContextController
         https://bugs.webkit.org/show_bug.cgi?id=124953
 

Modified: trunk/Source/WebKit2/UIProcess/API/ios/WKGeolocationProviderIOS.mm (159831 => 159832)


--- trunk/Source/WebKit2/UIProcess/API/ios/WKGeolocationProviderIOS.mm	2013-11-28 03:14:43 UTC (rev 159831)
+++ trunk/Source/WebKit2/UIProcess/API/ios/WKGeolocationProviderIOS.mm	2013-11-28 03:23:48 UTC (rev 159832)
@@ -32,8 +32,6 @@
 #import "WebSecurityOrigin.h"
 #import <WebGeolocationPosition.h>
 #import <WebCore/GeolocationPosition.h>
-#import <WebKit/WebGeolocationCoreLocationProvider.h>
-#import <WebKit/WebUIDelegatePrivate.h>
 #import <WebKit2/WKGeolocationPermissionRequest.h>
 #import <wtf/Assertions.h>
 #import <wtf/PassRefPtr.h>
@@ -41,6 +39,10 @@
 #import <wtf/RetainPtr.h>
 #import <wtf/HashSet.h>
 
+// FIXME: Remove use of WebKit1 from WebKit2
+#import <WebKit/WebGeolocationCoreLocationProvider.h>
+#import <WebKit/WebAllowDenyPolicyListener.h>
+
 using namespace WebKit;
 
 @interface WKGeolocationProviderIOS ()

Modified: trunk/Source/WebKit2/UIProcess/API/ios/WKGeolocationProviderIOSObjCSecurityOrigin.mm (159831 => 159832)


--- trunk/Source/WebKit2/UIProcess/API/ios/WKGeolocationProviderIOSObjCSecurityOrigin.mm	2013-11-28 03:14:43 UTC (rev 159831)
+++ trunk/Source/WebKit2/UIProcess/API/ios/WKGeolocationProviderIOSObjCSecurityOrigin.mm	2013-11-28 03:23:48 UTC (rev 159832)
@@ -30,11 +30,13 @@
 #import <UIKit/UIWebGeolocationPolicyDecider.h>
 #import <UIKit/UIWindow.h>
 #import <WebCore/SecurityOrigin.h>
-#import <WebKit/WebSecurityOriginPrivate.h>
-#import <WebKit/WebUIDelegatePrivate.h>
 #import <wtf/RetainPtr.h>
 #import <wtf/text/WTFString.h>
 
+// FIXME: Remove use of WebKit1 from WebKit2
+#import <WebKit/WebAllowDenyPolicyListener.h>
+#import <WebKit/WebSecurityOriginPrivate.h>
+
 @interface WebSecurityOrigin (WebInternal)
 - (id)_initWithWebCoreSecurityOrigin:(WebCore::SecurityOrigin *)origin;
 @end
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to