diff options
Diffstat (limited to 'chrome/test/automation/automation_handle_tracker.cc')
-rw-r--r-- | chrome/test/automation/automation_handle_tracker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/automation/automation_handle_tracker.cc b/chrome/test/automation/automation_handle_tracker.cc index b5613a5..0ad7592 100644 --- a/chrome/test/automation/automation_handle_tracker.cc +++ b/chrome/test/automation/automation_handle_tracker.cc @@ -45,7 +45,7 @@ void AutomationHandleTracker::Remove(AutomationResourceProxy* proxy) { 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)); } } |