| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 2dd3fa13c2e97d17258e59902500c16efa4f936f..c106a784e30b2cff742266cfc6c36aa28a1d94d4 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -10113,7 +10113,6 @@ class BreakPointInfo: public Struct {
|
| V(kExternalStringsTable, "external_strings_table", "(External strings)") \
|
| V(kStrongRootList, "strong_root_list", "(Strong roots)") \
|
| V(kSmiRootList, "smi_root_list", "(Smi roots)") \
|
| - V(kInternalizedString, "internalized_string", "(Internal string)") \
|
| V(kBootstrapper, "bootstrapper", "(Bootstrapper)") \
|
| V(kTop, "top", "(Isolate)") \
|
| V(kRelocatable, "relocatable", "(Relocatable)") \
|
|
|