| Index: third_party/WebKit/Source/core/editing/commands/WrapContentsInDummySpanCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/WrapContentsInDummySpanCommand.cpp b/third_party/WebKit/Source/core/editing/commands/WrapContentsInDummySpanCommand.cpp
|
| index 0666f23499ee3913d16f9dce9b27a576d3b8c4d0..3510239fe60bb00b3e6ae359c6e5c295f1da96bd 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/WrapContentsInDummySpanCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/WrapContentsInDummySpanCommand.cpp
|
| @@ -31,7 +31,7 @@
|
|
|
| namespace blink {
|
|
|
| -WrapContentsInDummySpanCommand::WrapContentsInDummySpanCommand(PassRefPtrWillBeRawPtr<Element> element)
|
| +WrapContentsInDummySpanCommand::WrapContentsInDummySpanCommand(RawPtr<Element> element)
|
| : SimpleEditCommand(element->document())
|
| , m_element(element)
|
| {
|
|
|