Index: Source/core/dom/shadow/InsertionPoint.cpp |
diff --git a/Source/core/dom/shadow/InsertionPoint.cpp b/Source/core/dom/shadow/InsertionPoint.cpp |
index e94e0aba8e93285c3d8b05db04f36fa01cc4f79e..5bf8f6d473d8c37cf65ed026dca8d3562712c75d 100644 |
--- a/Source/core/dom/shadow/InsertionPoint.cpp |
+++ b/Source/core/dom/shadow/InsertionPoint.cpp |
@@ -41,7 +41,7 @@ namespace WebCore { |
using namespace HTMLNames; |
-InsertionPoint::InsertionPoint(const QualifiedName& tagName, Document* document) |
+InsertionPoint::InsertionPoint(const QualifiedName& tagName, Document& document) |
: HTMLElement(tagName, document, CreateInsertionPoint) |
, m_registeredWithShadowRoot(false) |
{ |