| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 24a1687c86d457884432f051bb36f241be7f74ef..1dd5100bfc673a7330a63d69d132efedf5b85aa6 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -18417,6 +18417,10 @@ class Point native "*WebKitPoint" {
|
|
|
| @DocsEditable
|
| @DomName('PopStateEvent')
|
| +@SupportedBrowser(SupportedBrowser.CHROME)
|
| +@SupportedBrowser(SupportedBrowser.FIREFOX)
|
| +@SupportedBrowser(SupportedBrowser.IE, '10')
|
| +@SupportedBrowser(SupportedBrowser.SAFARI)
|
| class PopStateEvent extends Event native "*PopStateEvent" {
|
|
|
| dynamic get state => convertNativeToDart_SerializedScriptValue(this._state);
|
|
|