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

Unified Diff: client/dom/generated/src/wrapping/_WebKitTransitionEventWrappingImplementation.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/_WebKitTransitionEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_WebKitTransitionEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WebKitTransitionEventWrappingImplementation.dart
index 8039580797128380b56b54efed1928ed15367826..1093d5d0bec8cce9a20d738288a3dd3f54cc2afc 100644
--- a/client/dom/generated/src/wrapping/_WebKitTransitionEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_WebKitTransitionEventWrappingImplementation.dart
@@ -17,11 +17,5 @@ class _WebKitTransitionEventWrappingImplementation extends _EventWrappingImpleme
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);
- return;
- }
- static void _initWebKitTransitionEvent(receiver, typeArg, canBubbleArg, cancelableArg, propertyNameArg, elapsedTimeArg) native;
-
String get typeName() { return "WebKitTransitionEvent"; }
}
« no previous file with comments | « client/dom/generated/src/wrapping/_WebKitFlagsWrappingImplementation.dart ('k') | client/dom/generated/wrapping_dom.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698