summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webframe_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webframe_impl.h')
-rw-r--r--webkit/glue/webframe_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h
index 6db3aa0..dfce74a 100644
--- a/webkit/glue/webframe_impl.h
+++ b/webkit/glue/webframe_impl.h
@@ -166,9 +166,9 @@ class WebFrameImpl : public WebFrame, public base::RefCounted<WebFrameImpl> {
virtual WebTextInput* GetTextInput();
- virtual bool ExecuteCoreCommandByName(const std::string& name,
+ virtual bool ExecuteEditCommandByName(const std::string& name,
const std::string& value);
- virtual bool IsCoreCommandEnabled(const std::string& name);
+ virtual bool IsEditCommandEnabled(const std::string& name);
virtual void AddMessageToConsole(const WebKit::WebConsoleMessage&);