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

Unified Diff: client/dom/generated/src/wrapping/_PopStateEventWrappingImplementation.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/_PopStateEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_PopStateEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_PopStateEventWrappingImplementation.dart
index f97b95f869b0e4482640d9df851ba9b8fefa285b..aab7fb9ee20ec00777f2f10c79e50e8ae75b7a87 100644
--- a/client/dom/generated/src/wrapping/_PopStateEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_PopStateEventWrappingImplementation.dart
@@ -14,11 +14,5 @@ class _PopStateEventWrappingImplementation extends _EventWrappingImplementation
Object get state() { return _get_state(this); }
static Object _get_state(var _this) native;
- void initPopStateEvent(String typeArg, bool canBubbleArg, bool cancelableArg, Object stateArg) {
- _initPopStateEvent(this, typeArg, canBubbleArg, cancelableArg, stateArg);
- return;
- }
- static void _initPopStateEvent(receiver, typeArg, canBubbleArg, cancelableArg, stateArg) native;
-
String get typeName() { return "PopStateEvent"; }
}

Powered by Google App Engine
This is Rietveld 408576698