Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index e1f1d3bad4df0aaf18bb5379caaf1a5c655d5f5f..51d6c37057aeb72f1feeb5366f5ea2b0bdd9af6b 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -2509,6 +2509,8 @@ class DescriptorArray: public FixedArray { |
kEnumCacheOffset); |
} |
+ void ClearEnumCache(); |
+ |
// Initialize or change the enum cache, |
// using the supplied storage for the small "bridge". |
void SetEnumCache(FixedArray* bridge_storage, |