| Index: trunk/Source/core/editing/MoveSelectionCommand.cpp
|
| ===================================================================
|
| --- trunk/Source/core/editing/MoveSelectionCommand.cpp (revision 174395)
|
| +++ trunk/Source/core/editing/MoveSelectionCommand.cpp (working copy)
|
| @@ -31,7 +31,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -MoveSelectionCommand::MoveSelectionCommand(PassRefPtrWillBeRawPtr<DocumentFragment> fragment, const Position& position, bool smartInsert, bool smartDelete)
|
| +MoveSelectionCommand::MoveSelectionCommand(PassRefPtr<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);
|
|
|