Index: Source/core/editing/MoveSelectionCommand.cpp |
diff --git a/Source/core/editing/MoveSelectionCommand.cpp b/Source/core/editing/MoveSelectionCommand.cpp |
index 9ea952149c07440a16b2eefb09427b45667ed28f..7a85302c9c0b0aa22b830e1ebe77111128605612 100644 |
--- a/Source/core/editing/MoveSelectionCommand.cpp |
+++ b/Source/core/editing/MoveSelectionCommand.cpp |
@@ -31,7 +31,7 @@ |
namespace WebCore { |
-MoveSelectionCommand::MoveSelectionCommand(PassRefPtr<DocumentFragment> fragment, const Position& position, bool smartInsert, bool smartDelete) |
+MoveSelectionCommand::MoveSelectionCommand(PassRefPtrWillBeRawPtr<DocumentFragment> fragment, const Position& position, bool smartInsert, bool smartDelete) |
: CompositeEditCommand(*position.document()), m_fragment(fragment), m_position(position), m_smartInsert(smartInsert), m_smartDelete(smartDelete) |
{ |
ASSERT(m_fragment); |