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 d8027db7358a428922ed209f0ce7109137d1cac5..420eb21c71c438944b4b7ebc94e6e836ea864b72 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilderSimulator.h |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilderSimulator.h |
@@ -61,6 +61,7 @@ class CORE_EXPORT HTMLTreeBuilderSimulator { |
HTMLParserOptions m_options; |
State m_namespaceStack; |
+ bool m_inSelectInsertionMode; |
}; |
} // namespace blink |