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

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

Issue 9103001: Revert "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/_ErrorEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_ErrorEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_ErrorEventWrappingImplementation.dart
index 48833ec0c4af62750f7dbb02f37b8412dbaf9cce..ea3c00b7c8e4c6c6713667b1ad80abded2c7ab01 100644
--- a/client/dom/generated/src/wrapping/_ErrorEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_ErrorEventWrappingImplementation.dart
@@ -20,5 +20,11 @@ class _ErrorEventWrappingImplementation extends _EventWrappingImplementation imp
String get message() { return _get_message(this); }
static String _get_message(var _this) native;
+ void initErrorEvent(String typeArg, bool canBubbleArg, bool cancelableArg, String messageArg, String filenameArg, int linenoArg) {
+ _initErrorEvent(this, typeArg, canBubbleArg, cancelableArg, messageArg, filenameArg, linenoArg);
+ return;
+ }
+ static void _initErrorEvent(receiver, typeArg, canBubbleArg, cancelableArg, messageArg, filenameArg, linenoArg) native;
+
String get typeName() { return "ErrorEvent"; }
}

Powered by Google App Engine
This is Rietveld 408576698