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

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

Issue 9084005: Refresh dart:dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 12 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/_CloseEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_CloseEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_CloseEventWrappingImplementation.dart
index 16461e3ea330e2485a41155549809472ae1975b4..23d9ac2b21651feaf94cf44cc7ba6ad39ac79c8c 100644
--- a/client/dom/generated/src/wrapping/_CloseEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_CloseEventWrappingImplementation.dart
@@ -20,11 +20,5 @@ class _CloseEventWrappingImplementation extends _EventWrappingImplementation imp
bool get wasClean() { return _get_wasClean(this); }
static bool _get_wasClean(var _this) native;
- void initCloseEvent(String typeArg, bool canBubbleArg, bool cancelableArg, bool wasCleanArg, int codeArg, String reasonArg) {
- _initCloseEvent(this, typeArg, canBubbleArg, cancelableArg, wasCleanArg, codeArg, reasonArg);
- return;
- }
- static void _initCloseEvent(receiver, typeArg, canBubbleArg, cancelableArg, wasCleanArg, codeArg, reasonArg) native;
-
String get typeName() { return "CloseEvent"; }
}

Powered by Google App Engine
This is Rietveld 408576698