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

Unified Diff: client/dom/generated/src/wrapping/_BeforeLoadEventWrappingImplementation.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/_BeforeLoadEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_BeforeLoadEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_BeforeLoadEventWrappingImplementation.dart
index 836fc7c470d5cc3a7aca399235434437465656fa..c28a04f186401e75b221d564ab316adf8cd7ffac 100644
--- a/client/dom/generated/src/wrapping/_BeforeLoadEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_BeforeLoadEventWrappingImplementation.dart
@@ -14,5 +14,11 @@ class _BeforeLoadEventWrappingImplementation extends _EventWrappingImplementatio
String get url() { return _get_url(this); }
static String _get_url(var _this) native;
+ void initBeforeLoadEvent(String type, bool canBubble, bool cancelable, String url) {
+ _initBeforeLoadEvent(this, type, canBubble, cancelable, url);
+ return;
+ }
+ static void _initBeforeLoadEvent(receiver, type, canBubble, cancelable, url) native;
+
String get typeName() { return "BeforeLoadEvent"; }
}

Powered by Google App Engine
This is Rietveld 408576698