| Index: src/lookup.h
|
| diff --git a/src/lookup.h b/src/lookup.h
|
| index 7d689560b8f7efa5d106d1018fd42c26faa3e9cb..51157638eeed66e0b1701c6884e920af4fb78501 100644
|
| --- a/src/lookup.h
|
| +++ b/src/lookup.h
|
| @@ -243,7 +243,7 @@ class LookupIterator final BASE_EMBEDDED {
|
| return property_details().representation();
|
| }
|
| FieldIndex GetFieldIndex() const;
|
| - Handle<HeapType> GetFieldType() const;
|
| + Handle<FieldType> GetFieldType() const;
|
| int GetAccessorIndex() const;
|
| int GetConstantIndex() const;
|
| Handle<PropertyCell> GetPropertyCell() const;
|
|
|