Chromium Code Reviews| Index: sdk/lib/html/html_common/metadata.dart |
| diff --git a/sdk/lib/html/html_common/metadata.dart b/sdk/lib/html/html_common/metadata.dart |
| index a729ac5d2fce316d74888d2c778c6667634c35bb..a2b449344be428a110afde9d9063fe105bce4020 100644 |
| --- a/sdk/lib/html/html_common/metadata.dart |
| +++ b/sdk/lib/html/html_common/metadata.dart |
| @@ -58,6 +58,4 @@ class DomName { |
| /// Metadata that specifies that that member is editable through generated |
| /// files. |
| -class DocsEditable { |
| - const DocsEditable(); |
| -} |
| +class DocsEditable {} |
|
blois
2013/01/24 02:28:24
Should the Experimental constructor have the same
Andrei Mouravski
2013/01/24 19:28:51
Probably, but that's outside the scope of this CL.
|