| Index: lib/html/src/dart2js_LocationWrapper.dart
|
| diff --git a/lib/html/src/dart2js_LocationWrapper.dart b/lib/html/src/dart2js_LocationWrapper.dart
|
| index 7aa91ebac68f23847da2388d18f43b4864ad0a5f..e6433d65eeb1a6ddac723bbf0f68dc6645079a46 100644
|
| --- a/lib/html/src/dart2js_LocationWrapper.dart
|
| +++ b/lib/html/src/dart2js_LocationWrapper.dart
|
| @@ -7,7 +7,7 @@
|
| // 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 Location {
|
| +class _LocationWrapper implements LocalLocation {
|
|
|
| final _ptr; // Opaque reference to real location.
|
|
|
|
|