| Index: chrome/browser/download/download_request_limiter.cc
|
| diff --git a/chrome/browser/download/download_request_limiter.cc b/chrome/browser/download/download_request_limiter.cc
|
| index a94b68d06e0834467b70fdfd914438c24daac03f..901071a36bb286ea995f1d87dd8b7a665405797a 100644
|
| --- a/chrome/browser/download/download_request_limiter.cc
|
| +++ b/chrome/browser/download/download_request_limiter.cc
|
| @@ -324,7 +324,7 @@ void DownloadRequestLimiter::CanDownloadImpl(WebContents* originating_contents,
|
| originating_tab_contents->blocked_content_tab_helper()->delegate()) {
|
| effective_contents =
|
| originating_tab_contents->blocked_content_tab_helper()->delegate()->
|
| - GetConstrainingContentsWrapper(originating_tab_contents)->
|
| + GetConstrainingTabContents(originating_tab_contents)->
|
| web_contents();
|
| }
|
|
|
|
|