| Index: Source/core/html/parser/CSSPreloadScanner.h
|
| diff --git a/Source/core/html/parser/CSSPreloadScanner.h b/Source/core/html/parser/CSSPreloadScanner.h
|
| index 8c32899755376cbe54f0f67f79a52d5a8fa342c2..ea833b048399f905fe7fd8f7fa7bed9b77fae882 100644
|
| --- a/Source/core/html/parser/CSSPreloadScanner.h
|
| +++ b/Source/core/html/parser/CSSPreloadScanner.h
|
| @@ -45,6 +45,7 @@ public:
|
|
|
| void scan(const HTMLToken::DataVector&, const SegmentedString&, PreloadRequestStream&);
|
| void scan(const String&, const SegmentedString&, PreloadRequestStream&);
|
| + bool isDoneParsingImports() { return m_state == DoneParsingImportRules; }
|
|
|
| private:
|
| enum State {
|
|
|