| Index: src/stub-cache.h | 
| diff --git a/src/stub-cache.h b/src/stub-cache.h | 
| index 1a38361be37c421f8c0f6a6a84624391d7686739..9cf7d73c0b64840221aec33a483a183f6c627cf7 100644 | 
| --- a/src/stub-cache.h | 
| +++ b/src/stub-cache.h | 
| @@ -478,7 +478,7 @@ class NamedLoadHandlerCompiler : public PropertyHandlerCompiler { | 
| Handle<JSFunction> getter); | 
|  | 
| Handle<Code> CompileLoadGlobal(Handle<PropertyCell> cell, Handle<Name> name, | 
| -                                 bool is_dont_delete); | 
| +                                 bool is_configurable); | 
|  | 
| // Static interface | 
| static Handle<Code> ComputeLoadNonexistent(Handle<Name> name, | 
|  |