| Index: third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| index 24d67a7746c024858645e740496c0378033f37c8..cd3cf2cb8812281b4886a7bcb65bbd36674ce655 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| @@ -51,7 +51,6 @@ class EditCommandComposition final : public UndoStep {
|
| const VisibleSelection&,
|
| InputEvent::InputType);
|
|
|
| - bool belongsTo(const LocalFrame&) const override;
|
| void unapply() override;
|
| void reapply() override;
|
| InputEvent::InputType inputType() const override;
|
|
|