| 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 bf3b4a081af779797f744f14b37167ff017afb91..c82b9aad08b5483a7c62c6974950f0493f4f2761 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)
|
| {
|
|
|