| Index: Source/WebKit/chromium/public/WebFrame.h
|
| diff --git a/Source/WebKit/chromium/public/WebFrame.h b/Source/WebKit/chromium/public/WebFrame.h
|
| index be17d8bdb4b0849e09ec635270ed72f31faa03bc..68d578fb810cc60155f9b04cf1fad9a54759d8f4 100644
|
| --- a/Source/WebKit/chromium/public/WebFrame.h
|
| +++ b/Source/WebKit/chromium/public/WebFrame.h
|
| @@ -432,7 +432,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.
|
|
|