| Index: sdk/lib/html/src/ReadyState.dart
|
| diff --git a/sdk/lib/html/src/ReadyState.dart b/sdk/lib/html/src/ReadyState.dart
|
| index 0f45dd766e3c15d707e0c226a3487da1e891821c..37c3fdb52e0ea32dee01c938e5f0f329a58f3c53 100644
|
| --- a/sdk/lib/html/src/ReadyState.dart
|
| +++ b/sdk/lib/html/src/ReadyState.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of html;
|
| +
|
| /**
|
| * Contains the set of standard values returned by HTMLDocument.getReadyState.
|
| */
|
|
|