| Index: extensions/renderer/api/automation/automation_api_helper.cc
|
| diff --git a/extensions/renderer/api/automation/automation_api_helper.cc b/extensions/renderer/api/automation/automation_api_helper.cc
|
| index 6123c3533ea0110e7a4ef4a4c21c82b96ad353e3..42a493b86cec529afec862ab858b2617905dfcd3 100644
|
| --- a/extensions/renderer/api/automation/automation_api_helper.cc
|
| +++ b/extensions/renderer/api/automation/automation_api_helper.cc
|
| @@ -32,6 +32,10 @@ bool AutomationApiHelper::OnMessageReceived(const IPC::Message& message) {
|
| return handled;
|
| }
|
|
|
| +void AutomationApiHelper::OnDestruct() {
|
| + delete this;
|
| +}
|
| +
|
| void AutomationApiHelper::OnQuerySelector(int request_id,
|
| int acc_obj_id,
|
| const base::string16& selector) {
|
|
|