Chromium Code Reviews| Index: src/snapshot/serializer-common.h |
| diff --git a/src/snapshot/serializer-common.h b/src/snapshot/serializer-common.h |
| index 02f97628b5a080b9e7683744b20b24b421127afe..a988e4607309a0a2eb38eab65640a9100654a6cc 100644 |
| --- a/src/snapshot/serializer-common.h |
| +++ b/src/snapshot/serializer-common.h |
| @@ -28,6 +28,8 @@ class ExternalReferenceEncoder { |
| ExternalReferenceTable* table_; |
| #endif // DEBUG |
| + Isolate* isolate_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(ExternalReferenceEncoder); |
| }; |