Index: Source/core/dom/Range.cpp |
diff --git a/Source/core/dom/Range.cpp b/Source/core/dom/Range.cpp |
index 6b7b24a48b38b70793ab747c774283bc509a9156..8118cad034e0fd7500fc64ebca220e90785df4b8 100644 |
--- a/Source/core/dom/Range.cpp |
+++ b/Source/core/dom/Range.cpp |
@@ -670,7 +670,7 @@ PassRefPtr<DocumentFragment> Range::processContents(ActionType action, Exception |
RefPtr<DocumentFragment> fragment; |
if (action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) |
- fragment = DocumentFragment::create(m_ownerDocument.get()); |
+ fragment = DocumentFragment::create(*m_ownerDocument.get()); |
if (collapsed(es)) |
return fragment.release(); |