| Index: src/lookup.h
|
| diff --git a/src/lookup.h b/src/lookup.h
|
| index a2e0d4d79903def1f50889e34195413b6b34a7cb..7af3d9c845e650508a507214148f84e5195ca58b 100644
|
| --- a/src/lookup.h
|
| +++ b/src/lookup.h
|
| @@ -46,7 +46,7 @@ class LookupIterator FINAL BASE_EMBEDDED {
|
| Configuration configuration = PROTOTYPE_CHAIN)
|
| : configuration_(ComputeConfiguration(configuration, name)),
|
| state_(NOT_FOUND),
|
| - property_details_(NONE, FIELD, 0),
|
| + property_details_(NONE, v8::internal::DATA, 0),
|
| isolate_(name->GetIsolate()),
|
| name_(name),
|
| receiver_(receiver),
|
| @@ -61,7 +61,7 @@ class LookupIterator FINAL BASE_EMBEDDED {
|
| Configuration configuration = PROTOTYPE_CHAIN)
|
| : configuration_(ComputeConfiguration(configuration, name)),
|
| state_(NOT_FOUND),
|
| - property_details_(NONE, FIELD, 0),
|
| + property_details_(NONE, v8::internal::DATA, 0),
|
| isolate_(name->GetIsolate()),
|
| name_(name),
|
| holder_map_(holder->map(), isolate_),
|
|
|