| Index: third_party/WebKit/Source/core/editing/commands/InsertIntoTextNodeCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/InsertIntoTextNodeCommand.cpp b/third_party/WebKit/Source/core/editing/commands/InsertIntoTextNodeCommand.cpp
|
| index f689f5afb5e3c386f24c0012b194982e810e497f..552d3ff2b668705543a4fee2d052730c253a95d2 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertIntoTextNodeCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertIntoTextNodeCommand.cpp
|
| @@ -33,7 +33,7 @@
|
|
|
| namespace blink {
|
|
|
| -InsertIntoTextNodeCommand::InsertIntoTextNodeCommand(PassRefPtrWillBeRawPtr<Text> node, unsigned offset, const String& text)
|
| +InsertIntoTextNodeCommand::InsertIntoTextNodeCommand(RawPtr<Text> node, unsigned offset, const String& text)
|
| : SimpleEditCommand(node->document())
|
| , m_node(node)
|
| , m_offset(offset)
|
|
|