Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index a50db96b8b9c71a876afda64276bea2b7e5a41a5..90eacd2f8258f830eb2c38d0c11834fab3957a46 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -2512,6 +2512,7 @@ const Heap::StringTypeTable Heap::string_type_table[] = { |
const Heap::ConstantStringTable Heap::constant_string_table[] = { |
+ {"", kempty_stringRootIndex}, |
#define CONSTANT_STRING_ELEMENT(name, contents) \ |
{ contents, k##name##RootIndex } \ |
, |