| Index: ios/web/public/user_agent.mm
|
| diff --git a/ios/web/public/user_agent.mm b/ios/web/public/user_agent.mm
|
| index 7993453b6711b9f7e281687b2386ef71ba20a707..10b16fb875b7c635f0c8e907d1cc4f31647bb102 100644
|
| --- a/ios/web/public/user_agent.mm
|
| +++ b/ios/web/public/user_agent.mm
|
| @@ -45,6 +45,7 @@ const UAVersions& GetUAVersionsForCurrentOS() {
|
| // Safari version can't be, so a lookup table is used instead (for both, since
|
| // the reported versions should stay in sync).
|
| static const OSVersionMap version_map[] = {
|
| + {10, 3, {"602.1", "603.1.30"}},
|
| {10, 0, {"602.1", "602.1.50"}},
|
| {9, 0, {"601.1.46", "601.1"}},
|
| {8, 0, {"600.1.4", "600.1.4"}},
|
|
|