| Index: client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart
|
| index 1d44a8f9c807ff39075496bfc336e44861c188da..d17dfc2b442ba901114a67c331f9c931d7115b57 100644
|
| --- a/client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart
|
| @@ -14,15 +14,9 @@ class _WorkerContextWrappingImplementation extends DOMWrapperBase implements Wor
|
| WorkerLocation get location() { return _get_location(this); }
|
| static WorkerLocation _get_location(var _this) native;
|
|
|
| - void set location(WorkerLocation value) { _set_location(this, value); }
|
| - static void _set_location(var _this, WorkerLocation value) native;
|
| -
|
| WorkerNavigator get navigator() { return _get_navigator(this); }
|
| static WorkerNavigator _get_navigator(var _this) native;
|
|
|
| - void set navigator(WorkerNavigator value) { _set_navigator(this, value); }
|
| - static void _set_navigator(var _this, WorkerNavigator value) native;
|
| -
|
| EventListener get onerror() { return _get_onerror(this); }
|
| static EventListener _get_onerror(var _this) native;
|
|
|
| @@ -32,18 +26,12 @@ class _WorkerContextWrappingImplementation extends DOMWrapperBase implements Wor
|
| WorkerContext get self() { return _get_self(this); }
|
| static WorkerContext _get_self(var _this) native;
|
|
|
| - void set self(WorkerContext value) { _set_self(this, value); }
|
| - static void _set_self(var _this, WorkerContext value) native;
|
| -
|
| IDBFactory get webkitIndexedDB() { return _get_webkitIndexedDB(this); }
|
| static IDBFactory _get_webkitIndexedDB(var _this) native;
|
|
|
| NotificationCenter get webkitNotifications() { return _get_webkitNotifications(this); }
|
| static NotificationCenter _get_webkitNotifications(var _this) native;
|
|
|
| - DOMURL get webkitURL() { return _get_webkitURL(this); }
|
| - static DOMURL _get_webkitURL(var _this) native;
|
| -
|
| void addEventListener(String type, EventListener listener, [bool useCapture = null]) {
|
| if (useCapture === null) {
|
| _addEventListener(this, type, listener);
|
|
|