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

Unified Diff: client/dom/generated/src/wrapping/_WebKitAnimationEventWrappingImplementation.dart

Issue 9167039: WebKit refresh (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 11 months 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 a13238428a6b934c5b0a6b4a584baa42fd374eb5..ca89192c84f8da27425b147bb4817712914a4ed2 100644
--- a/client/dom/generated/src/wrapping/_WebKitAnimationEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_WebKitAnimationEventWrappingImplementation.dart
@@ -17,11 +17,5 @@ class _WebKitAnimationEventWrappingImplementation extends _EventWrappingImplemen
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);
- return;
- }
- static void _initWebKitAnimationEvent(receiver, typeArg, canBubbleArg, cancelableArg, animationNameArg, elapsedTimeArg) native;
-
String get typeName() { return "WebKitAnimationEvent"; }
}

Powered by Google App Engine
This is Rietveld 408576698