| Index: chrome/test/automation/automation_handle_tracker.cc
|
| ===================================================================
|
| --- chrome/test/automation/automation_handle_tracker.cc (revision 69966)
|
| +++ chrome/test/automation/automation_handle_tracker.cc (working copy)
|
| @@ -45,7 +45,7 @@
|
| AutomationHandle proxy_handle = proxy->handle();
|
| handle_to_object_.erase(iter);
|
| if (channel_)
|
| - channel_->Send(new AutomationMsg_HandleUnused(0, proxy_handle));
|
| + channel_->Send(new AutomationMsg_HandleUnused(proxy_handle));
|
| }
|
| }
|
|
|
|
|