Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Map Array to List Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f64971462a59089b52965fd409160c965cdcc728..b9006794f36be564ebb92b75c3e66bad22e3d5d4 100644
--- a/client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_WorkerContextWrappingImplementation.dart
@@ -29,6 +29,12 @@ class _WorkerContextWrappingImplementation extends DOMWrapperBase implements Wor
void set onerror(EventListener value) { _set__WorkerContext_onerror(this, value); }
static void _set__WorkerContext_onerror(var _this, EventListener value) native;
+ WorkerContext get self() { return _get__WorkerContext_self(this); }
+ static WorkerContext _get__WorkerContext_self(var _this) native;
+
+ void set self(WorkerContext value) { _set__WorkerContext_self(this, value); }
+ static void _set__WorkerContext_self(var _this, WorkerContext value) native;
+
NotificationCenter get webkitNotifications() { return _get__WorkerContext_webkitNotifications(this); }
static NotificationCenter _get__WorkerContext_webkitNotifications(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698