| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index d241fa02c3d602d1f379ccac6349b44b773b31dc..e024f8ad7e708fe2d382e4a0f797c38095cc0404 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -372,7 +372,9 @@ namespace internal {
|
| V(next_string, "next") \
|
| V(byte_length_string, "byteLength") \
|
| V(byte_offset_string, "byteOffset") \
|
| - V(buffer_string, "buffer")
|
| + V(buffer_string, "buffer") \
|
| + V(intl_initialized_marker_string, "v8::intl_initialized_marker") \
|
| + V(intl_impl_object_string, "v8::intl_object")
|
|
|
| // Forward declarations.
|
| class GCTracer;
|
|
|