Chromium Code Reviews| 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..cc3b5dcf84a1731efb4504cd91c09a4378a28960 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 isDoneParsing() { return m_state == DoneParsingImportRules; } |
|
eseidel
2014/05/20 07:10:37
It's probably better to call this isDoneParsingImp
|
| private: |
| enum State { |