| Index: third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.h b/third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.h
|
| index 5087d519d35ce4b849bdb9de9f045769f0961845..067d8b273826a868a444c8a6e838fdda4867c3d4 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.h
|
| @@ -53,7 +53,7 @@ public:
|
| private:
|
| explicit ReplaceNodeWithSpanCommand(PassRefPtrWillBeRawPtr<HTMLElement>);
|
|
|
| - void doApply() override;
|
| + void doApply(EditingState*) override;
|
| void doUnapply() override;
|
|
|
| RefPtrWillBeMember<HTMLElement> m_elementToReplace;
|
|
|