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

Unified Diff: src/isolate.cc

Issue 12093041: Fixed non-snapshot builds. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.cc
diff --git a/src/isolate.cc b/src/isolate.cc
index 2774cc9210a407d500a399f67ecd394eb4c3915f..1beaccd0e976ccd1a0769d6690decebe4a7bc348 100644
--- a/src/isolate.cc
+++ b/src/isolate.cc
@@ -2093,8 +2093,11 @@ bool Isolate::Init(Deserializer* des) {
Deoptimizer::EnsureCodeForDeoptimizationEntry(
Deoptimizer::LAZY,
kDeoptTableSerializeEntryCount - 1);
+ }
+ if (!Serializer::enabled()) {
// Ensure that the stub failure trampoline has been generated.
+ HandleScope scope(this);
StubFailureTrampolineStub().GetCode();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698