| Index: src/debug.cc
|
| diff --git a/src/debug.cc b/src/debug.cc
|
| index 1e970e15000a16d2b18453a05d710e63e6ada441..562cbde063b632abbe32ac91818bf8d132015862 100644
|
| --- a/src/debug.cc
|
| +++ b/src/debug.cc
|
| @@ -827,8 +827,8 @@ bool Debug::Load() {
|
| Handle<GlobalObject> global = Handle<GlobalObject>(context->global());
|
| RETURN_IF_EMPTY_HANDLE_VALUE(
|
| isolate_,
|
| - SetProperty(global, key, Handle<Object>(global->builtins()),
|
| - NONE, kNonStrictMode),
|
| + JSReceiver::SetProperty(global, key, Handle<Object>(global->builtins()),
|
| + NONE, kNonStrictMode),
|
| false);
|
|
|
| // Compile the JavaScript for the debugger in the debugger context.
|
|
|