| Index: Source/core/dom/shadow/InsertionPoint.cpp
|
| diff --git a/Source/core/dom/shadow/InsertionPoint.cpp b/Source/core/dom/shadow/InsertionPoint.cpp
|
| index 917301e928b6c9a97817091ddea7cc59db0fefc7..e1f22dda527c9b8848bfd2da6d4b5381a237e08b 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)
|
| {
|
|
|