Index: src/handles.cc |
diff --git a/src/handles.cc b/src/handles.cc |
index 7999a10614b50c76f3e5cf967570441bd9059e97..46399d65ea141412dcbad66952678bc147068405 100644 |
--- a/src/handles.cc |
+++ b/src/handles.cc |
@@ -735,7 +735,7 @@ Handle<FixedArray> GetEnumPropertyKeys(Handle<JSObject> object, |
} |
DescriptorArray* desc = object->map()->instance_descriptors(); |
- Handle<FixedArray> keys(FixedArray::cast(desc->GetEnumCache()), isolate); |
+ Handle<FixedArray> keys(desc->GetEnumCache(), isolate); |
// In case the number of properties required in the enum are actually |
// present, we can reuse the enum cache. Otherwise, this means that the |