| 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 a9e1a29ff770815774df40cc1e0267ea831d3beb..7b88f7ccb988a0131b8a595f81036de6e6dc70b6 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)
|
|
|