| Index: third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.cpp b/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.cpp
|
| index e1e9aa93b28f857ae0df370067899900b30e6856..14b80e90fa8b2a991ec71fbce15d40d54779befc 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.cpp
|
| @@ -34,7 +34,7 @@
|
|
|
| namespace blink {
|
|
|
| -SplitTextNodeCommand::SplitTextNodeCommand(PassRefPtrWillBeRawPtr<Text> text, int offset)
|
| +SplitTextNodeCommand::SplitTextNodeCommand(RawPtr<Text> text, int offset)
|
| : SimpleEditCommand(text->document())
|
| , m_text2(text)
|
| , m_offset(offset)
|
|
|