| Index: third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.cpp b/third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.cpp
|
| index ed00c388544ad38be44e07d346c546b7d63d4d58..cc845fc7a011c45d5e76431db9d680f9e5ad7eab 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertNodeBeforeCommand.cpp
|
| @@ -29,7 +29,7 @@
|
|
|
| namespace blink {
|
|
|
| -InsertNodeBeforeCommand::InsertNodeBeforeCommand(PassRefPtrWillBeRawPtr<Node> insertChild, PassRefPtrWillBeRawPtr<Node> refChild,
|
| +InsertNodeBeforeCommand::InsertNodeBeforeCommand(RawPtr<Node> insertChild, RawPtr<Node> refChild,
|
| ShouldAssumeContentIsAlwaysEditable shouldAssumeContentIsAlwaysEditable)
|
| : SimpleEditCommand(refChild->document())
|
| , m_insertChild(insertChild)
|
|
|