| Index: src/x87/stub-cache-x87.cc
|
| diff --git a/src/x87/stub-cache-x87.cc b/src/x87/stub-cache-x87.cc
|
| index 0574cb03a42f9fb24e3081e7a85ca3e55b782611..38e6e747744c3fb2190e376fe7a425721ba54d55 100644
|
| --- a/src/x87/stub-cache-x87.cc
|
| +++ b/src/x87/stub-cache-x87.cc
|
| @@ -1217,7 +1217,7 @@ void NamedLoadHandlerCompiler::GenerateLoadViaGetter(
|
|
|
|
|
| Handle<Code> NamedLoadHandlerCompiler::CompileLoadGlobal(
|
| - Handle<PropertyCell> cell, Handle<Name> name, bool is_dont_delete) {
|
| + Handle<PropertyCell> cell, Handle<Name> name, bool is_configurable) {
|
| Label miss;
|
|
|
| FrontendHeader(receiver(), name, &miss);
|
|
|