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

Unified Diff: client/dom/generated/src/wrapping/_WebKitTransitionEventWrappingImplementation.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/_WebKitTransitionEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_WebKitTransitionEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WebKitTransitionEventWrappingImplementation.dart
index feb63ff2ddd8b8d3d439c9829a4cd413653677b0..8039580797128380b56b54efed1928ed15367826 100644
--- a/client/dom/generated/src/wrapping/_WebKitTransitionEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_WebKitTransitionEventWrappingImplementation.dart
@@ -11,11 +11,11 @@ class _WebKitTransitionEventWrappingImplementation extends _EventWrappingImpleme
return new _WebKitTransitionEventWrappingImplementation();
}
- num get elapsedTime() { return _get__WebKitTransitionEvent_elapsedTime(this); }
- static num _get__WebKitTransitionEvent_elapsedTime(var _this) native;
+ num get elapsedTime() { return _get_elapsedTime(this); }
+ static num _get_elapsedTime(var _this) native;
- String get propertyName() { return _get__WebKitTransitionEvent_propertyName(this); }
- static String _get__WebKitTransitionEvent_propertyName(var _this) native;
+ String get propertyName() { return _get_propertyName(this); }
+ static String _get_propertyName(var _this) native;
void initWebKitTransitionEvent(String typeArg, bool canBubbleArg, bool cancelableArg, String propertyNameArg, num elapsedTimeArg) {
_initWebKitTransitionEvent(this, typeArg, canBubbleArg, cancelableArg, propertyNameArg, elapsedTimeArg);

Powered by Google App Engine
This is Rietveld 408576698