| Index: third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.h b/third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.h
|
| index 063cf9d885c1242dd0e7229c3ecc6850e3af0b44..112ab37f43bd68baa437fe2e919c99d5b998d49d 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.h
|
| @@ -39,7 +39,7 @@ public:
|
|
|
| private:
|
| explicit BreakBlockquoteCommand(Document&);
|
| - void doApply() override;
|
| + void doApply(EditingState*) override;
|
| };
|
|
|
| } // namespace blink
|
|
|