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

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

Issue 8548010: Wrapper dom changes in preparation for SVG (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak 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/_SharedWorkercontextWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_SharedWorkercontextWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SharedWorkercontextWrappingImplementation.dart
index 25fa28f41fc71eaba76c4cc08402a8acb04a7d0c..4aa3522d376c48e7eabe45b32fe845369c912775 100644
--- a/client/dom/generated/src/wrapping/_SharedWorkercontextWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_SharedWorkercontextWrappingImplementation.dart
@@ -11,14 +11,14 @@ class _SharedWorkercontextWrappingImplementation extends _WorkerContextWrappingI
return new _SharedWorkercontextWrappingImplementation();
}
- String get name() { return _get__SharedWorkercontext_name(this); }
- static String _get__SharedWorkercontext_name(var _this) native;
+ String get name() { return _get_name(this); }
+ static String _get_name(var _this) native;
- EventListener get onconnect() { return _get__SharedWorkercontext_onconnect(this); }
- static EventListener _get__SharedWorkercontext_onconnect(var _this) native;
+ EventListener get onconnect() { return _get_onconnect(this); }
+ static EventListener _get_onconnect(var _this) native;
- void set onconnect(EventListener value) { _set__SharedWorkercontext_onconnect(this, value); }
- static void _set__SharedWorkercontext_onconnect(var _this, EventListener value) native;
+ void set onconnect(EventListener value) { _set_onconnect(this, value); }
+ static void _set_onconnect(var _this, EventListener value) native;
String get typeName() { return "SharedWorkercontext"; }
}

Powered by Google App Engine
This is Rietveld 408576698