| Index: client/html/generated/src/wrapping/_LocationWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/wrapping/_LocationWrappingImplementation.dart b/client/html/generated/src/wrapping/_LocationWrappingImplementation.dart
|
| index 741defd3a73b552c9256ec00faa99c06408ef874..2c821aef04c32b752f466cd5689a64849cb1c1e8 100644
|
| --- a/client/html/generated/src/wrapping/_LocationWrappingImplementation.dart
|
| +++ b/client/html/generated/src/wrapping/_LocationWrappingImplementation.dart
|
| @@ -59,4 +59,8 @@ class LocationWrappingImplementation extends DOMWrapperBase implements Location
|
| _ptr.replace(url);
|
| return;
|
| }
|
| +
|
| + String toString() {
|
| + return _ptr.toString();
|
| + }
|
| }
|
|
|