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