Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: src/snapshot/serializer-common.h

Issue 2790573002: Encode any deoptimizer entry in serialized data. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698