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

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

Issue 9422008: Regenerate frog dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 10 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/_HistoryWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HistoryWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HistoryWrappingImplementation.dart
index 2c65e9c70c461f18ecefffdf6b22c0d5ed0cc584..f41eeb53ddf79920b03feb17fed74ac712472556 100644
--- a/client/dom/generated/src/wrapping/_HistoryWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HistoryWrappingImplementation.dart
@@ -14,6 +14,9 @@ class _HistoryWrappingImplementation extends DOMWrapperBase implements History {
int get length() { return _get_length(this); }
static int _get_length(var _this) native;
+ Dynamic get state() { return _get_state(this); }
+ static Dynamic _get_state(var _this) native;
+
void back() {
_back(this);
return;

Powered by Google App Engine
This is Rietveld 408576698