| 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 77e434db40b8d6456b93823bb97815eee0e3a6f2..11d2c1061c4203d5ac5b46b2f8ae4a93262c4add 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), m_select);
|
| + m_selectorList = CSSParser::parseSelector(CSSParserContext(document(), 0), nullptr, m_select);
|
| m_shouldParseSelect = false;
|
| m_isValidSelector = validateSelect();
|
| if (!m_isValidSelector)
|
|
|