| Index: client/dom/generated/src/wrapping/_LocationWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_LocationWrappingImplementation.dart b/client/dom/generated/src/wrapping/_LocationWrappingImplementation.dart
|
| index 3b5abde37ca8ec992e988bf366d0d58c0f6bd5bb..c86ee3ad3903c83f622575bbd78d77386cc67d12 100644
|
| --- a/client/dom/generated/src/wrapping/_LocationWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_LocationWrappingImplementation.dart
|
| @@ -85,5 +85,10 @@ class _LocationWrappingImplementation extends DOMWrapperBase implements Location
|
| }
|
| static void _replace(receiver, url) native;
|
|
|
| + String toString() {
|
| + return _toString(this);
|
| + }
|
| + static String _toString(receiver) native;
|
| +
|
| String get typeName() { return "Location"; }
|
| }
|
|
|