| Index: Source/WebKit/chromium/src/WebFrameImpl.h
|
| diff --git a/Source/WebKit/chromium/src/WebFrameImpl.h b/Source/WebKit/chromium/src/WebFrameImpl.h
|
| index 1671bfdb08aa76e448e4be12fdc6f315fca476b6..a0c8fb0eeff5c4e1e5ccbf9089d067b134cf7178 100644
|
| --- a/Source/WebKit/chromium/src/WebFrameImpl.h
|
| +++ b/Source/WebKit/chromium/src/WebFrameImpl.h
|
| @@ -173,7 +173,7 @@ public:
|
| virtual bool firstRectForCharacterRange(unsigned location, unsigned length, WebRect&) const;
|
| virtual size_t characterIndexForPoint(const WebPoint&) const;
|
| virtual bool executeCommand(const WebString&, const WebNode& = WebNode());
|
| - virtual bool executeCommand(const WebString&, const WebString& value);
|
| + virtual bool executeCommand(const WebString&, const WebString& value, const WebNode& = WebNode());
|
| virtual bool isCommandEnabled(const WebString&) const;
|
| virtual void enableContinuousSpellChecking(bool);
|
| virtual bool isContinuousSpellCheckingEnabled() const;
|
|
|