Index: Source/core/dom/Document.cpp |
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
index adabac9cceee6d357ae7b8af9a086136ff89cca8..fff83670193ce1dd38bab7914952d24d3abe66c2 100644 |
--- a/Source/core/dom/Document.cpp |
+++ b/Source/core/dom/Document.cpp |
@@ -398,7 +398,7 @@ Document::Document(const DocumentInit& initializer, DocumentClassFlags documentC |
, m_domTreeVersion(++s_globalTreeVersion) |
, m_listenerTypes(0) |
, m_mutationObserverTypes(0) |
- , m_styleSheetCollections(StyleSheetCollections::create(this)) |
+ , m_styleSheetCollections(StyleSheetCollections::create(*this)) |
, m_visitedLinkState(VisitedLinkState::create(this)) |
, m_visuallyOrdered(false) |
, m_readyState(Complete) |