Chromium Code Reviews| 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 0893c12f7d3280a1e395d73cdc062b9fddcc5bbe..7f9eb1d7ea8ac1e126b2245ce48e3db363c59845 100644 |
| --- a/sdk/lib/html/dartium/html_dartium.dart |
| +++ b/sdk/lib/html/dartium/html_dartium.dart |
| @@ -19936,7 +19936,6 @@ class OListElement extends _Element_Merged { |
| @DocsEditable |
| @DomName('HTMLObjectElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| -@SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
|
ngeoffray
2013/02/04 20:06:02
Why do you need these type annotations on the dart
blois
2013/02/04 20:38:16
Right now these are only informational and used fo
|
| class ObjectElement extends _Element_Merged { |
| ObjectElement.internal() : super.internal(); |