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

Unified Diff: client/dom/generated/src/wrapping/_WorkerLocationWrappingImplementation.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/_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);

Powered by Google App Engine
This is Rietveld 408576698