Index: Source/core/dom/shadow/InsertionPoint.cpp |
diff --git a/Source/core/dom/shadow/InsertionPoint.cpp b/Source/core/dom/shadow/InsertionPoint.cpp |
index 5d01a73c226a07f35f6eb3dc3375b7638b7c6289..917301e928b6c9a97817091ddea7cc59db0fefc7 100644 |
--- a/Source/core/dom/shadow/InsertionPoint.cpp |
+++ b/Source/core/dom/shadow/InsertionPoint.cpp |
@@ -143,7 +143,7 @@ bool InsertionPoint::isActive() const |
PassRefPtr<NodeList> InsertionPoint::getDistributedNodes() |
{ |
- document()->updateDistributionForNodeIfNeeded(this); |
+ document().updateDistributionForNodeIfNeeded(this); |
Vector<RefPtr<Node> > nodes; |
for (size_t i = 0; i < m_distribution.size(); ++i) |