Index: Source/core/editing/SplitTextNodeCommand.cpp |
diff --git a/Source/core/editing/SplitTextNodeCommand.cpp b/Source/core/editing/SplitTextNodeCommand.cpp |
index 1399154a9b9b4003634835ef291bd6d199e91071..f2dbb20b584daad5b2e6765b1c10dfc436b0a9ae 100644 |
--- a/Source/core/editing/SplitTextNodeCommand.cpp |
+++ b/Source/core/editing/SplitTextNodeCommand.cpp |
@@ -60,7 +60,7 @@ void SplitTextNodeCommand::doApply() |
if (prefixText.isEmpty()) |
return; |
- m_text1 = Text::create(&document(), prefixText); |
+ m_text1 = Text::create(document(), prefixText); |
ASSERT(m_text1); |
document().markers()->copyMarkers(m_text2.get(), 0, m_offset, m_text1.get(), 0); |