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

Unified Diff: client/dom/generated/src/wrapping/_PageTransitionEventWrappingImplementation.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/_PageTransitionEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_PageTransitionEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_PageTransitionEventWrappingImplementation.dart
index f3c77dd00f2f6de8a48c756b9c3a6ebe120ee40d..1a04dc6a5866945dc3eed341bf8b3474d7043cc4 100644
--- a/client/dom/generated/src/wrapping/_PageTransitionEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_PageTransitionEventWrappingImplementation.dart
@@ -11,8 +11,8 @@ class _PageTransitionEventWrappingImplementation extends _EventWrappingImplement
return new _PageTransitionEventWrappingImplementation();
}
- bool get persisted() { return _get__PageTransitionEvent_persisted(this); }
- static bool _get__PageTransitionEvent_persisted(var _this) native;
+ bool get persisted() { return _get_persisted(this); }
+ static bool _get_persisted(var _this) native;
void initPageTransitionEvent(String typeArg, bool canBubbleArg, bool cancelableArg, bool persisted) {
_initPageTransitionEvent(this, typeArg, canBubbleArg, cancelableArg, persisted);

Powered by Google App Engine
This is Rietveld 408576698