Title: [159993] trunk/Source/WebKit2
Revision
159993
Author
[email protected]
Date
2013-12-02 22:20:39 -0800 (Mon, 02 Dec 2013)

Log Message

Build fix.

* UIProcess/API/ios/WKGeolocationProviderIOS.mm:
(-[WKGeolocationProviderIOS initWithContext:]):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (159992 => 159993)


--- trunk/Source/WebKit2/ChangeLog	2013-12-03 05:53:32 UTC (rev 159992)
+++ trunk/Source/WebKit2/ChangeLog	2013-12-03 06:20:39 UTC (rev 159993)
@@ -1,3 +1,10 @@
+2013-12-02  Dan Bernstein  <[email protected]>
+
+        Build fix.
+
+        * UIProcess/API/ios/WKGeolocationProviderIOS.mm:
+        (-[WKGeolocationProviderIOS initWithContext:]):
+
 2013-12-02  Martin Hock  <[email protected]>
 
         Add ability to iterate over API::Array

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


--- trunk/Source/WebKit2/UIProcess/API/ios/WKGeolocationProviderIOS.mm	2013-12-03 05:53:32 UTC (rev 159992)
+++ trunk/Source/WebKit2/UIProcess/API/ios/WKGeolocationProviderIOS.mm	2013-12-03 06:20:39 UTC (rev 159993)
@@ -155,7 +155,7 @@
         stopUpdatingCallback,
         setEnableHighAccuracy
     };
-    _geolocationManager->initializeProvider(&providerCallback);
+    _geolocationManager->initializeProvider(reinterpret_cast<WKGeolocationProviderBase*>(&providerCallback));
     _coreLocationProvider = adoptNS([[WebGeolocationCoreLocationProvider alloc] initWithListener:self]);
     return self;
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to