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

Unified Diff: client/dom/generated/src/wrapping/_CustomEventWrappingImplementation.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/_CustomEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_CustomEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_CustomEventWrappingImplementation.dart
index 4e23b13efcb46f6604e56a7b186c6c903adb2f7d..3a2ebc21f255e191ff176e892ab2a8722a4890d4 100644
--- a/client/dom/generated/src/wrapping/_CustomEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_CustomEventWrappingImplementation.dart
@@ -11,8 +11,8 @@ class _CustomEventWrappingImplementation extends _EventWrappingImplementation im
return new _CustomEventWrappingImplementation();
}
- Object get detail() { return _get__CustomEvent_detail(this); }
- static Object _get__CustomEvent_detail(var _this) native;
+ Object get detail() { return _get_detail(this); }
+ static Object _get_detail(var _this) native;
void initCustomEvent(String typeArg, bool canBubbleArg, bool cancelableArg, Object detailArg) {
_initCustomEvent(this, typeArg, canBubbleArg, cancelableArg, detailArg);

Powered by Google App Engine
This is Rietveld 408576698