| Index: chrome/browser/ui/cocoa/rwhvm_editcommand_helper.mm
|
| diff --git a/chrome/browser/ui/cocoa/rwhvm_editcommand_helper.mm b/chrome/browser/ui/cocoa/rwhvm_editcommand_helper.mm
|
| index 0aec09e2861389d711e8297171771e2b6a8e4fc4..7f56fe453386032f8df834fbce791ac246cf55dc 100644
|
| --- a/chrome/browser/ui/cocoa/rwhvm_editcommand_helper.mm
|
| +++ b/chrome/browser/ui/cocoa/rwhvm_editcommand_helper.mm
|
| @@ -179,6 +179,8 @@ RWHVMEditCommandHelper::RWHVMEditCommandHelper() {
|
| }
|
| }
|
|
|
| +RWHVMEditCommandHelper::~RWHVMEditCommandHelper() {}
|
| +
|
| // Dynamically adds Selectors to the aformentioned class.
|
| void RWHVMEditCommandHelper::AddEditingSelectorsToClass(Class klass) {
|
| for (size_t i = 0; i < arraysize(kEditCommands); ++i) {
|
|
|