| Index: third_party/WebKit/Source/core/dom/ClassicPendingScript.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ClassicPendingScript.h b/third_party/WebKit/Source/core/dom/ClassicPendingScript.h
|
| index b1649b0f2a15904bd4f2aaef0c29c1b29deecdc4..14629c5f18b96162843f0cb54924db6a47451a8e 100644
|
| --- a/third_party/WebKit/Source/core/dom/ClassicPendingScript.h
|
| +++ b/third_party/WebKit/Source/core/dom/ClassicPendingScript.h
|
| @@ -62,6 +62,7 @@ class CORE_EXPORT ClassicPendingScript final
|
| private:
|
| enum ReadyState {
|
| // These states are considered "not ready".
|
| + kInConstructor,
|
| kWaitingForResource,
|
| kWaitingForStreaming,
|
| // These states are considered "ready".
|
|
|