Chromium Code Reviews| Index: src/lookup-inl.h |
| diff --git a/src/lookup-inl.h b/src/lookup-inl.h |
| index 0c9cc91b2fc3ed65ae6c8b7eb02b980cc428ff80..ffc02e78783adefdd8216ef09313403f857d6b8b 100644 |
| --- a/src/lookup-inl.h |
| +++ b/src/lookup-inl.h |
| @@ -64,9 +64,9 @@ LookupIterator::State LookupIterator::LookupInHolder(Map* map, |
| } |
| has_property_ = true; |
| switch (property_details_.kind()) { |
| - case v8::internal::DATA: |
| + case v8::internal::kData: |
| return DATA; |
| - case v8::internal::ACCESSOR: |
| + case v8::internal::kAccessor: |
| return ACCESSOR; |
| } |
| case ACCESSOR: |