| Index: chrome/renderer/extensions/page_actions_custom_bindings.cc
|
| diff --git a/chrome/renderer/extensions/page_actions_custom_bindings.cc b/chrome/renderer/extensions/page_actions_custom_bindings.cc
|
| index eedb036dda84aa464bcab267c190376452348661..c413d5ec68e2080ade21f839b3c0de7ea71f7705 100644
|
| --- a/chrome/renderer/extensions/page_actions_custom_bindings.cc
|
| +++ b/chrome/renderer/extensions/page_actions_custom_bindings.cc
|
| @@ -31,7 +31,7 @@ void PageActionsCustomBindings::GetCurrentPageActions(
|
| dispatcher_->extensions()->GetByID(extension_id);
|
| CHECK(extension);
|
|
|
| - v8::Local<v8::Array> page_action_vector = v8::Array::New();
|
| + v8::Local<v8::Array> page_action_vector = v8::Array::New(args.GetIsolate());
|
| if (ActionInfo::GetPageActionInfo(extension)) {
|
| std::string id = ActionInfo::GetPageActionInfo(extension)->id;
|
| page_action_vector->Set(v8::Integer::New(0),
|
|
|