Title: [177652] trunk/Source/WebKit2
- Revision
- 177652
- Author
- [email protected]
- Date
- 2014-12-22 13:12:43 -0800 (Mon, 22 Dec 2014)
Log Message
Fix the iOS build after <https://trac.webkit.org/changeset/177639>
(https://bugs.webkit.org/show_bug.cgi?id=139866)
Substitute APISecurityOrigin.h for WebSecurityOrigin.h as the latter was renamed to the former.
* UIProcess/ios/WKGeolocationProviderIOS.mm:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (177651 => 177652)
--- trunk/Source/WebKit2/ChangeLog 2014-12-22 20:55:48 UTC (rev 177651)
+++ trunk/Source/WebKit2/ChangeLog 2014-12-22 21:12:43 UTC (rev 177652)
@@ -1,3 +1,12 @@
+2014-12-22 Daniel Bates <[email protected]>
+
+ Fix the iOS build after <https://trac.webkit.org/changeset/177639>
+ (https://bugs.webkit.org/show_bug.cgi?id=139866)
+
+ Substitute APISecurityOrigin.h for WebSecurityOrigin.h as the latter was renamed to the former.
+
+ * UIProcess/ios/WKGeolocationProviderIOS.mm:
+
2014-12-22 Csaba Osztrogonác <[email protected]>
URTBF after r177649.
Modified: trunk/Source/WebKit2/UIProcess/ios/WKGeolocationProviderIOS.mm (177651 => 177652)
--- trunk/Source/WebKit2/UIProcess/ios/WKGeolocationProviderIOS.mm 2014-12-22 20:55:48 UTC (rev 177651)
+++ trunk/Source/WebKit2/UIProcess/ios/WKGeolocationProviderIOS.mm 2014-12-22 21:12:43 UTC (rev 177652)
@@ -28,12 +28,12 @@
#if PLATFORM(IOS)
+#import "APISecurityOrigin.h"
#import "GeolocationPermissionRequestProxy.h"
#import "WKUIDelegatePrivate.h"
#import "WKWebView.h"
#import "WebContext.h"
#import "WebGeolocationManagerProxy.h"
-#import "WebSecurityOrigin.h"
#import <WebGeolocationPosition.h>
#import <WebCore/GeolocationPosition.h>
#import <WebCore/URL.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes