| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 59201653ce7b18df2d2baaf87a3bcadd02120b4e..562ddfc9c10d993acaac5ce7f091dd2dd4b25ba2 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -6773,7 +6773,8 @@ class Map: public HeapObject {
|
|
|
| Map* FindLastMatchMap(int verbatim, int length, DescriptorArray* descriptors);
|
|
|
| - void UpdateDescriptor(int descriptor_number, Descriptor* desc);
|
| + void UpdateFieldType(int descriptor_number, Handle<Name> name,
|
| + Handle<HeapType> new_type);
|
|
|
| void PrintGeneralization(FILE* file,
|
| const char* reason,
|
|
|