| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 7ea36cc4545d4a7c5f76c9d1394075fc81892791..4cd0aee14298b81daaf3fa79f5b753318bedddfa 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2765,9 +2765,9 @@ class DescriptorArray: public FixedArray {
|
|
|
| // Initialize or change the enum cache,
|
| // using the supplied storage for the small "bridge".
|
| - void SetEnumCache(FixedArray* bridge_storage,
|
| - FixedArray* new_cache,
|
| - Object* new_index_cache);
|
| + static void SetEnumCache(Handle<DescriptorArray> descriptors,
|
| + Isolate* isolate, Handle<FixedArray> new_cache,
|
| + Handle<FixedArray> new_index_cache);
|
|
|
| bool CanHoldValue(int descriptor, Object* value);
|
|
|
|
|