Title: [258383] trunk/Source/WebKitLegacy/ios
- Revision
- 258383
- Author
- [email protected]
- Date
- 2020-03-12 22:45:24 -0700 (Thu, 12 Mar 2020)
Log Message
rdar://problem/60359230 Mark locationManager:didChangeAuthorizationStatus: as deprecated.
* Misc/WebGeolocationCoreLocationProvider.mm:
(-[WebGeolocationCoreLocationProvider locationManager:didChangeAuthorizationStatus:]):
Modified Paths
Diff
Modified: trunk/Source/WebKitLegacy/ios/ChangeLog (258382 => 258383)
--- trunk/Source/WebKitLegacy/ios/ChangeLog 2020-03-13 05:30:54 UTC (rev 258382)
+++ trunk/Source/WebKitLegacy/ios/ChangeLog 2020-03-13 05:45:24 UTC (rev 258383)
@@ -1,3 +1,10 @@
+2020-03-12 Alexey Proskuryakov <[email protected]>
+
+ rdar://problem/60359230 Mark locationManager:didChangeAuthorizationStatus: as deprecated.
+
+ * Misc/WebGeolocationCoreLocationProvider.mm:
+ (-[WebGeolocationCoreLocationProvider locationManager:didChangeAuthorizationStatus:]):
+
2020-03-07 Darin Adler <[email protected]>
Begin moving off of live ranges for WebKit internals
Modified: trunk/Source/WebKitLegacy/ios/Misc/WebGeolocationCoreLocationProvider.mm (258382 => 258383)
--- trunk/Source/WebKitLegacy/ios/Misc/WebGeolocationCoreLocationProvider.mm 2020-03-13 05:30:54 UTC (rev 258382)
+++ trunk/Source/WebKitLegacy/ios/Misc/WebGeolocationCoreLocationProvider.mm 2020-03-13 05:45:24 UTC (rev 258383)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes