| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| index 7c1d817bee665299bf142874e1c501efbed2a2b4..b08d32944ffa17bdca1dcf2a9f66332f27c5f5e6 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| @@ -89,8 +89,8 @@ public:
|
| WebRange markedRange() const override;
|
| bool firstRectForCharacterRange(unsigned location, unsigned length, WebRect&) const override;
|
| size_t characterIndexForPoint(const WebPoint&) const override;
|
| - bool executeCommand(const WebString&, const WebNode& = WebNode()) override;
|
| - bool executeCommand(const WebString&, const WebString& value, const WebNode& = WebNode()) override;
|
| + bool executeCommand(const WebString&) override;
|
| + bool executeCommand(const WebString&, const WebString& value) override;
|
| bool isCommandEnabled(const WebString&) const override;
|
| void enableContinuousSpellChecking(bool) override;
|
| bool isContinuousSpellCheckingEnabled() const override;
|
|
|