Index: Source/core/html/shadow/HTMLContentElement.cpp |
diff --git a/Source/core/html/shadow/HTMLContentElement.cpp b/Source/core/html/shadow/HTMLContentElement.cpp |
index 5b215423e7aaeec6903de82a10a345ca17ce57fa..5f5554b82a2f16c71271802bf1664721ed3d2e98 100644 |
--- a/Source/core/html/shadow/HTMLContentElement.cpp |
+++ b/Source/core/html/shadow/HTMLContentElement.cpp |
@@ -67,7 +67,7 @@ void HTMLContentElement::parseSelect() |
{ |
ASSERT(m_shouldParseSelect); |
- CSSParser parser(&document()); |
+ CSSParser parser(document()); |
parser.parseSelector(m_select, m_selectorList); |
m_shouldParseSelect = false; |
m_isValidSelector = validateSelect(); |