Chromium Code Reviews| Index: lib/html/src/ReadyState.dart |
| diff --git a/lib/html/src/ReadyState.dart b/lib/html/src/ReadyState.dart |
| index 47c4f9019d22972e8c75c2c1d41100b30eeec747..0f45dd766e3c15d707e0c226a3487da1e891821c 100644 |
| --- a/lib/html/src/ReadyState.dart |
| +++ b/lib/html/src/ReadyState.dart |
| @@ -5,7 +5,7 @@ |
| /** |
| * Contains the set of standard values returned by HTMLDocument.getReadyState. |
| */ |
| -interface ReadyState { |
| +abstract class ReadyState { |
| /** |
| * Indicates the document is still loading and parsing. |
| */ |