| Index: tools/dom/scripts/generator.py
|
| diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
|
| index c9027e2808d7e265b9565dfc6b2166b0cf6ef15f..82d992b2c22eba392034aac0cff29f9444ed9924 100644
|
| --- a/tools/dom/scripts/generator.py
|
| +++ b/tools/dom/scripts/generator.py
|
| @@ -767,6 +767,7 @@ dart_annotations = {
|
| 'HTMLMeterElement': _no_ie_annotations,
|
| 'HTMLObjectElement': [
|
| "@SupportedBrowser(SupportedBrowser.CHROME)",
|
| + "@SupportedBrowser(SupportedBrowser.IE)",
|
| "@SupportedBrowser(SupportedBrowser.SAFARI)",
|
| ],
|
| 'HTMLOutputElement': _no_ie_annotations,
|
|
|