Index: Source/core/dom/shadow/InsertionPoint.h |
diff --git a/Source/core/dom/shadow/InsertionPoint.h b/Source/core/dom/shadow/InsertionPoint.h |
index aeb3243fdb9097306071211fd5b69cb47b822027..8fc933bb08ec09773d0074374223dc14096ec028 100644 |
--- a/Source/core/dom/shadow/InsertionPoint.h |
+++ b/Source/core/dom/shadow/InsertionPoint.h |
@@ -67,7 +67,7 @@ public: |
Node* previousTo(const Node* node) const { return m_distribution.previousTo(node); } |
protected: |
- InsertionPoint(const QualifiedName&, Document*); |
+ InsertionPoint(const QualifiedName&, Document&); |
virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE; |
virtual void childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) OVERRIDE; |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |