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

Unified Diff: client/dom/generated/src/wrapping/_BeforeLoadEventWrappingImplementation.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/_BeforeLoadEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_BeforeLoadEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_BeforeLoadEventWrappingImplementation.dart
index 88da796ffb0588d710293f69bf87098658430fe8..c28a04f186401e75b221d564ab316adf8cd7ffac 100644
--- a/client/dom/generated/src/wrapping/_BeforeLoadEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_BeforeLoadEventWrappingImplementation.dart
@@ -11,8 +11,8 @@ class _BeforeLoadEventWrappingImplementation extends _EventWrappingImplementatio
return new _BeforeLoadEventWrappingImplementation();
}
- String get url() { return _get__BeforeLoadEvent_url(this); }
- static String _get__BeforeLoadEvent_url(var _this) native;
+ String get url() { return _get_url(this); }
+ static String _get_url(var _this) native;
void initBeforeLoadEvent(String type, bool canBubble, bool cancelable, String url) {
_initBeforeLoadEvent(this, type, canBubble, cancelable, url);

Powered by Google App Engine
This is Rietveld 408576698