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; |