| Index: chrome/browser/safe_browsing/malware_details.cc
|
| diff --git a/chrome/browser/safe_browsing/malware_details.cc b/chrome/browser/safe_browsing/malware_details.cc
|
| index 8176b7a358613d6bbb621afbd8a5e46994774ed1..c0dd6bcf618627959a87ec3a6f0b9b010de3eae3 100644
|
| --- a/chrome/browser/safe_browsing/malware_details.cc
|
| +++ b/chrome/browser/safe_browsing/malware_details.cc
|
| @@ -214,7 +214,7 @@ void MalwareDetails::StartCollection() {
|
| // Get URLs of frames, scripts etc from the DOM.
|
| // OnReceivedMalwareDOMDetails will be called when the renderer replies.
|
| RenderViewHost* view = web_contents()->GetRenderViewHost();
|
| - view->Send(new SafeBrowsingMsg_GetMalwareDOMDetails(view->routing_id()));
|
| + view->Send(new SafeBrowsingMsg_GetMalwareDOMDetails(view->GetRoutingID()));
|
| }
|
|
|
| // When the renderer is done, this is called.
|
|
|