| Index: Source/WebKit/chromium/public/WebFrame.h
|
| diff --git a/Source/WebKit/chromium/public/WebFrame.h b/Source/WebKit/chromium/public/WebFrame.h
|
| index 948419fd51cf0b1705d6fc07e1c896d03538b40b..0e03eb1fb57c95424fac85fc2862e226e5347728 100644
|
| --- a/Source/WebKit/chromium/public/WebFrame.h
|
| +++ b/Source/WebKit/chromium/public/WebFrame.h
|
| @@ -430,7 +430,7 @@ public:
|
| // 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) = 0;
|
| + virtual bool executeCommand(const WebString&, const WebString& value, const WebNode& = WebNode()) = 0;
|
| virtual bool isCommandEnabled(const WebString&) const = 0;
|
|
|
| // Spell-checking support.
|
|
|