| Index: src/snapshot/serialize.h
|
| diff --git a/src/snapshot/serialize.h b/src/snapshot/serialize.h
|
| index 2a426a94f587de9e239fc87950afaec447e12f86..341338515672e98515aa315c9e2c5aa620db4b75 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->IsInternalizedString() && !o->IsScript();
|
| + return !o->IsString() && !o->IsScript();
|
| }
|
|
|
| // ---------- byte code range 0x00..0x7f ----------
|
|
|