| Index: chrome/browser/extensions/extension_tabs_module.cc
|
| diff --git a/chrome/browser/extensions/extension_tabs_module.cc b/chrome/browser/extensions/extension_tabs_module.cc
|
| index dc228a8ba63350b3066fbc0ed9a8a5f4ab4c6592..26f17e54cb0b968d47729793317d7676a011d1af 100644
|
| --- a/chrome/browser/extensions/extension_tabs_module.cc
|
| +++ b/chrome/browser/extensions/extension_tabs_module.cc
|
| @@ -1319,7 +1319,7 @@ bool UpdateTabFunction::UpdateURLIfPresent(DictionaryValue* update_props,
|
| return false;
|
| }
|
|
|
| - tab_contents_->extension_script_executor()->ExecuteScript(
|
| + tab_contents_->extension_tab_helper()->script_executor()->ExecuteScript(
|
| extension_id(),
|
| ScriptExecutor::JAVASCRIPT,
|
| url.path(),
|
|
|