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

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

Issue 8548010: Wrapper dom changes in preparation for SVG (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak Created 9 years, 1 month 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 e06e527e3b7ccd1ab0ac7b6fdac59e1c2e846f50..f97b95f869b0e4482640d9df851ba9b8fefa285b 100644
--- a/client/dom/generated/src/wrapping/_PopStateEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_PopStateEventWrappingImplementation.dart
@@ -11,8 +11,8 @@ class _PopStateEventWrappingImplementation extends _EventWrappingImplementation
return new _PopStateEventWrappingImplementation();
}
- Object get state() { return _get__PopStateEvent_state(this); }
- static Object _get__PopStateEvent_state(var _this) native;
+ 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);

Powered by Google App Engine
This is Rietveld 408576698