| Index: client/dom/generated/src/wrapping/_WorkerLocationWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_WorkerLocationWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WorkerLocationWrappingImplementation.dart
|
| index 5556623fe24a86047e2a7f283620281247429ce8..1fcb4b3f8dc3d57e29b783eeb3376ff7062c9b77 100644
|
| --- a/client/dom/generated/src/wrapping/_WorkerLocationWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_WorkerLocationWrappingImplementation.dart
|
| @@ -11,29 +11,29 @@ class _WorkerLocationWrappingImplementation extends DOMWrapperBase implements Wo
|
| return new _WorkerLocationWrappingImplementation();
|
| }
|
|
|
| - String get hash() { return _get__WorkerLocation_hash(this); }
|
| - static String _get__WorkerLocation_hash(var _this) native;
|
| + String get hash() { return _get_hash(this); }
|
| + static String _get_hash(var _this) native;
|
|
|
| - String get host() { return _get__WorkerLocation_host(this); }
|
| - static String _get__WorkerLocation_host(var _this) native;
|
| + String get host() { return _get_host(this); }
|
| + static String _get_host(var _this) native;
|
|
|
| - String get hostname() { return _get__WorkerLocation_hostname(this); }
|
| - static String _get__WorkerLocation_hostname(var _this) native;
|
| + String get hostname() { return _get_hostname(this); }
|
| + static String _get_hostname(var _this) native;
|
|
|
| - String get href() { return _get__WorkerLocation_href(this); }
|
| - static String _get__WorkerLocation_href(var _this) native;
|
| + String get href() { return _get_href(this); }
|
| + static String _get_href(var _this) native;
|
|
|
| - String get pathname() { return _get__WorkerLocation_pathname(this); }
|
| - static String _get__WorkerLocation_pathname(var _this) native;
|
| + String get pathname() { return _get_pathname(this); }
|
| + static String _get_pathname(var _this) native;
|
|
|
| - String get port() { return _get__WorkerLocation_port(this); }
|
| - static String _get__WorkerLocation_port(var _this) native;
|
| + String get port() { return _get_port(this); }
|
| + static String _get_port(var _this) native;
|
|
|
| - String get protocol() { return _get__WorkerLocation_protocol(this); }
|
| - static String _get__WorkerLocation_protocol(var _this) native;
|
| + String get protocol() { return _get_protocol(this); }
|
| + static String _get_protocol(var _this) native;
|
|
|
| - String get search() { return _get__WorkerLocation_search(this); }
|
| - static String _get__WorkerLocation_search(var _this) native;
|
| + String get search() { return _get_search(this); }
|
| + static String _get_search(var _this) native;
|
|
|
| String toString() {
|
| return _toString(this);
|
|
|