summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/rwhvm_editcommand_helper.h
diff options
context:
space:
mode:
authorjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-23 20:58:15 +0000
committerjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-23 20:58:15 +0000
commit4b59ae60479a8766e4d0d8a9a8ddd9e32aa84e41 (patch)
treecbf27b5d434d9f0cd7ccf4e9f69ef7a3c413c67f /chrome/browser/cocoa/rwhvm_editcommand_helper.h
parentcc2ae59c5f959e973b0122081a1e54b3921859ef (diff)
downloadchromium_src-4b59ae60479a8766e4d0d8a9a8ddd9e32aa84e41.zip
chromium_src-4b59ae60479a8766e4d0d8a9a8ddd9e32aa84e41.tar.gz
chromium_src-4b59ae60479a8766e4d0d8a9a8ddd9e32aa84e41.tar.bz2
Some cleanup around WebCore EditCommands:
Renamed CoreCommand -> EditCommand Renamed the ViewMsg_HandleExecuteEditCommand IPC message to ViewMsg_ExecuteEditCommand Review URL: http://codereview.chromium.org/147034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19055 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/rwhvm_editcommand_helper.h')
-rw-r--r--chrome/browser/cocoa/rwhvm_editcommand_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/rwhvm_editcommand_helper.h b/chrome/browser/cocoa/rwhvm_editcommand_helper.h
index aa948db..25a8a73 100644
--- a/chrome/browser/cocoa/rwhvm_editcommand_helper.h
+++ b/chrome/browser/cocoa/rwhvm_editcommand_helper.h
@@ -38,7 +38,7 @@ class RWHVMEditCommandHelper {
// Adds editing selectors to the objc class using the objc runtime APIs.
// Each selector is connected to a single c method which forwards the message
- // to WebCore's ExecuteCoreCommand() function.
+ // to WebCore's ExecuteEditCommand() function.
// This method is idempotent.
// The class passed in must conform to the RenderWidgetHostViewMacOwner
// protocol.