| Index: sdk/lib/html/src/dart2js_LocationWrapper.dart
|
| diff --git a/sdk/lib/html/src/dart2js_LocationWrapper.dart b/sdk/lib/html/src/dart2js_LocationWrapper.dart
|
| index d0c95399dc11801a7b04f87af31d7debf75b34e7..f430534da8cbc8bd45a81ca6f960f229b0718c9f 100644
|
| --- a/sdk/lib/html/src/dart2js_LocationWrapper.dart
|
| +++ b/sdk/lib/html/src/dart2js_LocationWrapper.dart
|
| @@ -8,7 +8,7 @@ part of html;
|
| // It can't be monkey-patched and seems immune to putting methods on
|
| // Object.prototype. We are forced to wrap the object.
|
|
|
| -class _LocationWrapper implements LocalLocation {
|
| +class _LocationWrapper implements Location {
|
|
|
| final _ptr; // Opaque reference to real location.
|
|
|
|
|