| Index: ios/web/web_state/ui/wk_web_view_configuration_provider.mm
|
| diff --git a/ios/web/web_state/ui/wk_web_view_configuration_provider.mm b/ios/web/web_state/ui/wk_web_view_configuration_provider.mm
|
| index 6191e6b19690546d9f3aa4590f0f0b96f1abb3a6..5d1c22eef8475270313e69b6adcbb83492dc70b6 100644
|
| --- a/ios/web/web_state/ui/wk_web_view_configuration_provider.mm
|
| +++ b/ios/web/web_state/ui/wk_web_view_configuration_provider.mm
|
| @@ -67,8 +67,7 @@
|
| #if defined(__IPHONE_10_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_10_0
|
| if (base::ios::IsRunningOnIOS10OrLater()) {
|
| [configuration_ setDataDetectorTypes:WKDataDetectorTypeCalendarEvent |
|
| - WKDataDetectorTypeFlightNumber |
|
| - WKDataDetectorTypePhoneNumber];
|
| + WKDataDetectorTypeFlightNumber];
|
| }
|
| #endif
|
| // API available on iOS 9, although doesn't appear to enable inline playback
|
|
|