Index: Source/core/editing/InsertNodeBeforeCommand.cpp |
diff --git a/Source/core/editing/InsertNodeBeforeCommand.cpp b/Source/core/editing/InsertNodeBeforeCommand.cpp |
index f6872e7dca64f166c1dcea54bd4ef740258de825..74065be4b422993a18120c78ffa16f8ed38ae926 100644 |
--- a/Source/core/editing/InsertNodeBeforeCommand.cpp |
+++ b/Source/core/editing/InsertNodeBeforeCommand.cpp |
@@ -33,7 +33,7 @@ namespace WebCore { |
InsertNodeBeforeCommand::InsertNodeBeforeCommand(PassRefPtr<Node> insertChild, PassRefPtr<Node> refChild, |
ShouldAssumeContentIsAlwaysEditable shouldAssumeContentIsAlwaysEditable) |
- : SimpleEditCommand(refChild->document()) |
+ : SimpleEditCommand(&refChild->document()) |
, m_insertChild(insertChild) |
, m_refChild(refChild) |
, m_shouldAssumeContentIsAlwaysEditable(shouldAssumeContentIsAlwaysEditable) |