| 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 3fb510cd4d40b36843fecf6336ecbd6466f1d22b..5ba3e683b3102babb7749a03e87caef254bfe153 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -19977,6 +19977,7 @@ class OListElement extends _Element_Merged {
|
| @DocsEditable
|
| @DomName('HTMLObjectElement')
|
| @SupportedBrowser(SupportedBrowser.CHROME)
|
| +@SupportedBrowser(SupportedBrowser.IE)
|
| @SupportedBrowser(SupportedBrowser.SAFARI)
|
| class ObjectElement extends _Element_Merged {
|
| ObjectElement.internal() : super.internal();
|
|
|