| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index b7fca7421e3f5abdac67561e47f6f5d8464d7e66..3c2a68e719df392cc6b1fad72c6c3f4db99133ce 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -20116,6 +20116,10 @@ class Point extends NativeFieldWrapperClass1 {
|
|
|
| @DocsEditable
|
| @DomName('PopStateEvent')
|
| +@SupportedBrowser(SupportedBrowser.CHROME)
|
| +@SupportedBrowser(SupportedBrowser.FIREFOX)
|
| +@SupportedBrowser(SupportedBrowser.IE, '10')
|
| +@SupportedBrowser(SupportedBrowser.SAFARI)
|
| class PopStateEvent extends Event {
|
| PopStateEvent.internal() : super.internal();
|
|
|
|
|