summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/parser/CSSPreloadScanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/parser/CSSPreloadScanner.h')
-rw-r--r--Source/WebCore/html/parser/CSSPreloadScanner.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/html/parser/CSSPreloadScanner.h b/Source/WebCore/html/parser/CSSPreloadScanner.h
index fae95a1..e45fa2d 100644
--- a/Source/WebCore/html/parser/CSSPreloadScanner.h
+++ b/Source/WebCore/html/parser/CSSPreloadScanner.h
@@ -53,7 +53,8 @@ private:
Rule,
AfterRule,
RuleValue,
- AfterRuleValue
+ AfterRuleValue,
+ DoneParsingImportRules,
};
inline void tokenize(UChar c);