| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index b405a7de57d5afa2172260cfeca393d716276f15..466faf307e84ebc4537c8c98395b47b91089cdbb 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1143,12 +1143,12 @@ void Genesis::InitializeGlobal(Handle<GlobalObject> inner_global,
|
| JSObject::SetLocalPropertyIgnoreAttributes(
|
| result, factory->length_string(),
|
| factory->undefined_value(), DONT_ENUM,
|
| - Object::FORCE_TAGGED, JSReceiver::FORCE_FIELD));
|
| + Object::FORCE_TAGGED, FORCE_FIELD));
|
| CHECK_NOT_EMPTY_HANDLE(isolate,
|
| JSObject::SetLocalPropertyIgnoreAttributes(
|
| result, factory->callee_string(),
|
| factory->undefined_value(), DONT_ENUM,
|
| - Object::FORCE_TAGGED, JSReceiver::FORCE_FIELD));
|
| + Object::FORCE_TAGGED, FORCE_FIELD));
|
|
|
| #ifdef DEBUG
|
| LookupResult lookup(isolate);
|
|
|