| Index: src/debug.cc
 | 
| diff --git a/src/debug.cc b/src/debug.cc
 | 
| index 24e17823d82430307d4f0b61cb17848e31455007..babe78d5c123298d14381ce620bb700fded4d2b9 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.
 | 
| 
 |