| Index: sdk/lib/_internal/lib/native_helper.dart
|
| diff --git a/sdk/lib/_internal/lib/native_helper.dart b/sdk/lib/_internal/lib/native_helper.dart
|
| index 660848133064c62578065e648fb6508206fedcb4..3d7e17bf68b6092c9db0c00c92e81fc7851d3840 100644
|
| --- a/sdk/lib/_internal/lib/native_helper.dart
|
| +++ b/sdk/lib/_internal/lib/native_helper.dart
|
| @@ -608,6 +608,7 @@ function(hooks) {
|
| "BeforeUnloadEvent": "Event",
|
| "DataTransfer": "Clipboard",
|
| "GeoGeolocation": "Geolocation",
|
| + "Location": "!Location", // Fixes issue 18151
|
| "WorkerMessageEvent": "MessageEvent",
|
| "XMLDocument": "!Document"};
|
|
|
|
|