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

Unified Diff: client/dom/generated/src/wrapping/_WebKitAnimationEventWrappingImplementation.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/_WebKitAnimationEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_WebKitAnimationEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WebKitAnimationEventWrappingImplementation.dart
index cfe95c0febc1ca2a89806b3bcfcd680e4d94ae95..a13238428a6b934c5b0a6b4a584baa42fd374eb5 100644
--- a/client/dom/generated/src/wrapping/_WebKitAnimationEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_WebKitAnimationEventWrappingImplementation.dart
@@ -11,11 +11,11 @@ class _WebKitAnimationEventWrappingImplementation extends _EventWrappingImplemen
return new _WebKitAnimationEventWrappingImplementation();
}
- String get animationName() { return _get__WebKitAnimationEvent_animationName(this); }
- static String _get__WebKitAnimationEvent_animationName(var _this) native;
+ String get animationName() { return _get_animationName(this); }
+ static String _get_animationName(var _this) native;
- num get elapsedTime() { return _get__WebKitAnimationEvent_elapsedTime(this); }
- static num _get__WebKitAnimationEvent_elapsedTime(var _this) native;
+ num get elapsedTime() { return _get_elapsedTime(this); }
+ static num _get_elapsedTime(var _this) native;
void initWebKitAnimationEvent(String typeArg, bool canBubbleArg, bool cancelableArg, String animationNameArg, num elapsedTimeArg) {
_initWebKitAnimationEvent(this, typeArg, canBubbleArg, cancelableArg, animationNameArg, elapsedTimeArg);

Powered by Google App Engine
This is Rietveld 408576698