Index: Source/core/editing/InsertIntoTextNodeCommand.cpp |
diff --git a/Source/core/editing/InsertIntoTextNodeCommand.cpp b/Source/core/editing/InsertIntoTextNodeCommand.cpp |
index e67c6ce1638b2d988758f94cf2c0e745f139cebe..851b9aba058bd44d7007d433418a998797ef7bc2 100644 |
--- a/Source/core/editing/InsertIntoTextNodeCommand.cpp |
+++ b/Source/core/editing/InsertIntoTextNodeCommand.cpp |
@@ -35,7 +35,7 @@ |
namespace WebCore { |
InsertIntoTextNodeCommand::InsertIntoTextNodeCommand(PassRefPtr<Text> node, unsigned offset, const String& text) |
- : SimpleEditCommand(node->document()) |
+ : SimpleEditCommand(&node->document()) |
, m_node(node) |
, m_offset(offset) |
, m_text(text) |