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

Unified Diff: client/dom/generated/src/wrapping/_WorkerNavigatorWrappingImplementation.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/_WorkerNavigatorWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_WorkerNavigatorWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WorkerNavigatorWrappingImplementation.dart
index 684757067ba65fabefb00fd8240396270bbe9e60..de7e66119613a266f757da14ac8f01b7c551ab42 100644
--- a/client/dom/generated/src/wrapping/_WorkerNavigatorWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_WorkerNavigatorWrappingImplementation.dart
@@ -11,20 +11,20 @@ class _WorkerNavigatorWrappingImplementation extends DOMWrapperBase implements W
return new _WorkerNavigatorWrappingImplementation();
}
- String get appName() { return _get__WorkerNavigator_appName(this); }
- static String _get__WorkerNavigator_appName(var _this) native;
+ String get appName() { return _get_appName(this); }
+ static String _get_appName(var _this) native;
- String get appVersion() { return _get__WorkerNavigator_appVersion(this); }
- static String _get__WorkerNavigator_appVersion(var _this) native;
+ String get appVersion() { return _get_appVersion(this); }
+ static String _get_appVersion(var _this) native;
- bool get onLine() { return _get__WorkerNavigator_onLine(this); }
- static bool _get__WorkerNavigator_onLine(var _this) native;
+ bool get onLine() { return _get_onLine(this); }
+ static bool _get_onLine(var _this) native;
- String get platform() { return _get__WorkerNavigator_platform(this); }
- static String _get__WorkerNavigator_platform(var _this) native;
+ String get platform() { return _get_platform(this); }
+ static String _get_platform(var _this) native;
- String get userAgent() { return _get__WorkerNavigator_userAgent(this); }
- static String _get__WorkerNavigator_userAgent(var _this) native;
+ String get userAgent() { return _get_userAgent(this); }
+ static String _get_userAgent(var _this) native;
String get typeName() { return "WorkerNavigator"; }
}

Powered by Google App Engine
This is Rietveld 408576698