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

Unified Diff: src/setup-isolate-deserialize.cc

Issue 2840493002: [snapshot] full setup delegate should also be able to deserialize. (Closed)
Patch Set: fix comment Created 3 years, 8 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
« no previous file with comments | « src/setup-isolate.h ('k') | src/setup-isolate-full.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/setup-isolate-deserialize.cc
diff --git a/src/setup-isolate-deserialize.cc b/src/setup-isolate-deserialize.cc
index ce14c83d17d044cde936e0ba06f39230597cd6a1..1effa0d99533ad05dc186e6c7c68e60a7c31b422 100644
--- a/src/setup-isolate-deserialize.cc
+++ b/src/setup-isolate-deserialize.cc
@@ -16,7 +16,6 @@ void SetupIsolateDelegate::SetupBuiltins(Isolate* isolate,
bool create_heap_objects) {
DCHECK(!create_heap_objects);
// No actual work to be done; builtins will be deserialized from the snapshot.
- isolate->builtins()->MarkInitialized();
}
void SetupIsolateDelegate::SetupInterpreter(
« no previous file with comments | « src/setup-isolate.h ('k') | src/setup-isolate-full.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698