| Index: third_party/WebKit/Source/core/editing/commands/WrapContentsInDummySpanCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/WrapContentsInDummySpanCommand.h b/third_party/WebKit/Source/core/editing/commands/WrapContentsInDummySpanCommand.h
|
| index b9283becea152a2f19f537f61250faca94707efa..eb38e28e6449f4943a0a6adcd06d2e24482fcb74 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/WrapContentsInDummySpanCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/WrapContentsInDummySpanCommand.h
|
| @@ -44,7 +44,7 @@ public:
|
| private:
|
| explicit WrapContentsInDummySpanCommand(PassRefPtrWillBeRawPtr<Element>);
|
|
|
| - void doApply() override;
|
| + void doApply(EditingState*) override;
|
| void doUnapply() override;
|
| void doReapply() override;
|
| void executeApply();
|
|
|