| Index: src/snapshot/serialize.h
|
| diff --git a/src/snapshot/serialize.h b/src/snapshot/serialize.h
|
| index 775658285835248bf116f776cb9b6d2da72feb2b..089c323b7de7db8588fc666e43e27a1528cdf4d9 100644
|
| --- a/src/snapshot/serialize.h
|
| +++ b/src/snapshot/serialize.h
|
| @@ -307,7 +307,7 @@ class SerializerDeserializer: public ObjectVisitor {
|
|
|
| protected:
|
| static bool CanBeDeferred(HeapObject* o) {
|
| - return !o->IsString() && !o->IsScript();
|
| + return !o->IsInternalizedString() && !o->IsScript();
|
| }
|
|
|
| // ---------- byte code range 0x00..0x7f ----------
|
|
|