Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index faee6b6ba6514476b1f673c9babe6f1163c733f7..6d62e136a908d3a2b145546441a139c597f9e47b 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -3176,6 +3176,8 @@ class DescriptorArray: public FixedArray { |
// Layout description for the bridge array. |
static const int kEnumCacheBridgeCacheOffset = FixedArray::kHeaderSize; |
+ static const int kEnumCacheBridgeIndicesCacheOffset = |
+ kEnumCacheBridgeCacheOffset + kPointerSize; |
// Layout of descriptor. |
// Naming is consistent with Dictionary classes for easy templating. |