Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Unified Diff: third_party/WebKit/Source/core/dom/ClassicPendingScript.h

Issue 2855733002: Make ClassicPendingScript always become ready asynchronously.
Patch Set: .. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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".

Powered by Google App Engine
This is Rietveld 408576698