Index: third_party/WebKit/Source/core/html/HTMLContentElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLContentElement.cpp b/third_party/WebKit/Source/core/html/HTMLContentElement.cpp |
index 3be8fa98c88fa330651a49f7258ace94d490b2fc..eb7def64d3de0d6af8df805508d552504e22bb2a 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLContentElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLContentElement.cpp |
@@ -65,7 +65,7 @@ void HTMLContentElement::parseSelect() |
{ |
ASSERT(m_shouldParseSelect); |
- m_selectorList = CSSParser::parseSelector(CSSParserContext(document(), 0), nullptr, m_select); |
+ m_selectorList = CSSParser::parseSelector(CSSParserContext(document(), nullptr), nullptr, m_select); |
m_shouldParseSelect = false; |
m_isValidSelector = validateSelect(); |
if (!m_isValidSelector) |