| Index: Source/core/html/parser/CSSPreloadScanner.h
|
| diff --git a/Source/core/html/parser/CSSPreloadScanner.h b/Source/core/html/parser/CSSPreloadScanner.h
|
| index f10004057bfc74b7b4fa8b6d333634b2a627436a..4b2a38c125745a8fc406f3e93a4f1e0d9ed3a941 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 {
|
|
|