| 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 7f15efce20c101226b5080fa1438ef2c3deadc0b..dc1cc141b04553d67ac691ddc58572fc00befd35 100644
|
| --- a/chrome/browser/extensions/extension_tabs_module.cc
|
| +++ b/chrome/browser/extensions/extension_tabs_module.cc
|
| @@ -1320,7 +1320,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(),
|
|
|