Chromium Code Reviews| Index: src/lookup-inl.h |
| diff --git a/src/lookup-inl.h b/src/lookup-inl.h |
| index d4777a0baa80282e742c6d086250851e909f2cdc..1adf227496a56d1df32b8b13fa4ccfda9807fd81 100644 |
| --- a/src/lookup-inl.h |
| +++ b/src/lookup-inl.h |
| @@ -66,7 +66,6 @@ LookupIterator::State LookupIterator::LookupInHolder(Map* map, |
| switch (property_details_.type()) { |
| case v8::internal::CONSTANT: |
| case v8::internal::FIELD: |
| - case v8::internal::NORMAL: |
| return DATA; |
| case v8::internal::CALLBACKS: |
| return ACCESSOR; |