Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 9122e16855f747305fdb8b5ae79075c4ffcd31ac..0d1a69cb9882985fa282c4e2f3dc4a5fa98c9523 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -7380,7 +7380,7 @@ class String: public HeapObject { |
kIsNotArrayIndexMask | kHashNotComputedMask; |
// Value of hash field containing computed hash equal to zero. |
- static const int kZeroHash = kIsNotArrayIndexMask; |
+ static const int kEmptyStringHash = kIsNotArrayIndexMask; |
// Maximal string length. |
static const int kMaxLength = (1 << (32 - 2)) - 1; |