| Index: third_party/WebKit/Source/core/editing/commands/MergeIdenticalElementsCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/MergeIdenticalElementsCommand.h b/third_party/WebKit/Source/core/editing/commands/MergeIdenticalElementsCommand.h
|
| index a44433ab6e95785e2a84efcb495c6386d66b7b85..cdd0a1e2fbc054d4561669ccbbc00374c9a8682e 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/MergeIdenticalElementsCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/MergeIdenticalElementsCommand.h
|
| @@ -42,7 +42,7 @@ public:
|
| private:
|
| MergeIdenticalElementsCommand(PassRefPtrWillBeRawPtr<Element>, PassRefPtrWillBeRawPtr<Element>);
|
|
|
| - void doApply() override;
|
| + void doApply(EditingState*) override;
|
| void doUnapply() override;
|
|
|
| RefPtrWillBeMember<Element> m_element1;
|
|
|