Fixed non-snapshot builds.
TBR=danno@chromium.org Review URL: https://codereview.chromium.org/12093041 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13538 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
19e1539481
commit
3d3c2711eb
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user