| Index: third_party/WebKit/public/web/WebFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
|
| index 5b3d907d5ffb46b048a7d4a041613c2bdcd56260..c1245a3a29cbdadc5f4acae6e8bfe43e48bee058 100644
|
| --- a/third_party/WebKit/public/web/WebFrame.h
|
| +++ b/third_party/WebKit/public/web/WebFrame.h
|
| @@ -419,8 +419,8 @@ public:
|
| // Supports commands like Undo, Redo, Cut, Copy, Paste, SelectAll,
|
| // Unselect, etc. See EditorCommand.cpp for the full list of supported
|
| // commands.
|
| - virtual bool executeCommand(const WebString&, const WebNode& = WebNode()) = 0;
|
| - virtual bool executeCommand(const WebString&, const WebString& value, const WebNode& = WebNode()) = 0;
|
| + virtual bool executeCommand(const WebString&) = 0;
|
| + virtual bool executeCommand(const WebString&, const WebString& value) = 0;
|
| virtual bool isCommandEnabled(const WebString&) const = 0;
|
|
|
| // Spell-checking support.
|
|
|