| Index: extensions/browser/extension_function.cc
|
| diff --git a/extensions/browser/extension_function.cc b/extensions/browser/extension_function.cc
|
| index f7c7097a026df5ad08f75d3e3bc31b7e08996127..624bfe781d1b3e7161a83c26c963e4283cdb47c4 100644
|
| --- a/extensions/browser/extension_function.cc
|
| +++ b/extensions/browser/extension_function.cc
|
| @@ -464,7 +464,7 @@ void UIThreadExtensionFunction::SetRenderFrameHost(
|
| content::WebContents* UIThreadExtensionFunction::GetAssociatedWebContents() {
|
| content::WebContents* web_contents = NULL;
|
| if (dispatcher())
|
| - web_contents = dispatcher()->delegate()->GetAssociatedWebContents();
|
| + web_contents = dispatcher()->GetAssociatedWebContents();
|
|
|
| return web_contents;
|
| }
|
|
|