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

Unified Diff: client/dom/generated/src/wrapping/_HashChangeEventWrappingImplementation.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/_HashChangeEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HashChangeEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HashChangeEventWrappingImplementation.dart
index f92bcdb1009dc7929757c27b04158eeec8f46dee..e707602a78ec5307ea4fb38b78c62053546675b1 100644
--- a/client/dom/generated/src/wrapping/_HashChangeEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HashChangeEventWrappingImplementation.dart
@@ -11,11 +11,11 @@ class _HashChangeEventWrappingImplementation extends _EventWrappingImplementatio
return new _HashChangeEventWrappingImplementation();
}
- String get newURL() { return _get__HashChangeEvent_newURL(this); }
- static String _get__HashChangeEvent_newURL(var _this) native;
+ String get newURL() { return _get_newURL(this); }
+ static String _get_newURL(var _this) native;
- String get oldURL() { return _get__HashChangeEvent_oldURL(this); }
- static String _get__HashChangeEvent_oldURL(var _this) native;
+ String get oldURL() { return _get_oldURL(this); }
+ static String _get_oldURL(var _this) native;
void initHashChangeEvent(String type, bool canBubble, bool cancelable, String oldURL, String newURL) {
_initHashChangeEvent(this, type, canBubble, cancelable, oldURL, newURL);

Powered by Google App Engine
This is Rietveld 408576698