Index: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
index 513e130d79219ad81b2add126974acce83d9dd84..f76016dcd2e1d3cf6ddf85853c23454b148feb27 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
@@ -137,6 +137,7 @@ private: |
void prepareToStopParsing() final; |
void stopParsing() final; |
bool isWaitingForScripts() const final; |
+ bool isWaitingForStyles() const; |
bool isExecutingScript() const final; |
void executeScriptsWaitingForResources() final; |