Title: [258408] branches/safari-610.1.7-branch/Source/WebKitLegacy/ios
Revision
258408
Author
repst...@apple.com
Date
2020-03-13 10:44:28 -0700 (Fri, 13 Mar 2020)

Log Message

Cherry-pick r258383. rdar://problem/60408777

    rdar://problem/60359230 Mark locationManager:didChangeAuthorizationStatus: as deprecated.

    * Misc/WebGeolocationCoreLocationProvider.mm:
    (-[WebGeolocationCoreLocationProvider locationManager:didChangeAuthorizationStatus:]):

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@258383 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-610.1.7-branch/Source/WebKitLegacy/ios/ChangeLog (258407 => 258408)


--- branches/safari-610.1.7-branch/Source/WebKitLegacy/ios/ChangeLog	2020-03-13 17:40:11 UTC (rev 258407)
+++ branches/safari-610.1.7-branch/Source/WebKitLegacy/ios/ChangeLog	2020-03-13 17:44:28 UTC (rev 258408)
@@ -1,3 +1,23 @@
+2020-03-13  Kocsen Chung  <kocsen_ch...@apple.com>
+
+        Cherry-pick r258383. rdar://problem/60408777
+
+    rdar://problem/60359230 Mark locationManager:didChangeAuthorizationStatus: as deprecated.
+    
+    * Misc/WebGeolocationCoreLocationProvider.mm:
+    (-[WebGeolocationCoreLocationProvider locationManager:didChangeAuthorizationStatus:]):
+    
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@258383 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-03-12  Alexey Proskuryakov  <a...@apple.com>
+
+            rdar://problem/60359230 Mark locationManager:didChangeAuthorizationStatus: as deprecated.
+
+            * Misc/WebGeolocationCoreLocationProvider.mm:
+            (-[WebGeolocationCoreLocationProvider locationManager:didChangeAuthorizationStatus:]):
+
 2020-03-03  Devin Rousso  <drou...@apple.com>
 
         Web Inspector: re-add `InspectorFrontendHost` support for moving the inspected window

Modified: branches/safari-610.1.7-branch/Source/WebKitLegacy/ios/Misc/WebGeolocationCoreLocationProvider.mm (258407 => 258408)


--- branches/safari-610.1.7-branch/Source/WebKitLegacy/ios/Misc/WebGeolocationCoreLocationProvider.mm	2020-03-13 17:40:11 UTC (rev 258407)
+++ branches/safari-610.1.7-branch/Source/WebKitLegacy/ios/Misc/WebGeolocationCoreLocationProvider.mm	2020-03-13 17:44:28 UTC (rev 258408)
@@ -141,7 +141,9 @@
     [_locationManager stopUpdatingLocation];
 }
 
+ALLOW_DEPRECATED_IMPLEMENTATIONS_BEGIN
 - (void)locationManager:(CLLocationManager *)manager didChangeAuthorizationStatus:(CLAuthorizationStatus)status
+ALLOW_DEPRECATED_IMPLEMENTATIONS_END
 {
     if (_isWaitingForAuthorization) {
         switch (status) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to