| Index: third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp b/third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
|
| index d66aa626ff804089ce31c2c159acb2374052bbd1..9e15dfb1806e3deb2f89c4fe0d62fa33031b9ad9 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
|
| @@ -31,7 +31,7 @@
|
|
|
| namespace blink {
|
|
|
| -DeleteFromTextNodeCommand::DeleteFromTextNodeCommand(PassRefPtrWillBeRawPtr<Text> node, unsigned offset, unsigned count)
|
| +DeleteFromTextNodeCommand::DeleteFromTextNodeCommand(RawPtr<Text> node, unsigned offset, unsigned count)
|
| : SimpleEditCommand(node->document())
|
| , m_node(node)
|
| , m_offset(offset)
|
|
|