Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLTreeBuilderSimulator.h

Issue 2614663004: Pause HTML parser for external stylesheets in the body (Closed)
Patch Set: Paramaterized test cases Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/parser/HTMLTreeBuilderSimulator.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilderSimulator.h b/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilderSimulator.h
index 420eb21c71c438944b4b7ebc94e6e836ea864b72..b3ca594ba86427138adfe3b7bb7e064cbbef6e0f 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilderSimulator.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilderSimulator.h
@@ -43,7 +43,7 @@ class CORE_EXPORT HTMLTreeBuilderSimulator {
enum Namespace { HTML, SVG, MathML };
public:
- enum SimulatedToken { ScriptStart, ScriptEnd, OtherToken };
+ enum SimulatedToken { ScriptStart, ScriptEnd, Link, StyleEnd, OtherToken };
typedef Vector<Namespace, 1> State;

Powered by Google App Engine
This is Rietveld 408576698