Commit 9feef007 authored by Yang Guo's avatar Yang Guo Committed by Commit Bot

Correctly initialize message handler for --cache=code

R=machenbach@chromium.org

Change-Id: I59a373d838678ec8659a3014e5e3184e5c2d5c12
Reviewed-on: https://chromium-review.googlesource.com/1209462Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Yang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#55684}
parent 6a416250
......@@ -3504,6 +3504,7 @@ int Shell::Main(int argc, char* argv[]) {
Shell::HostInitializeImportMetaObject);
{
D8Console console(isolate2);
Initialize(isolate2);
debug::SetConsoleDelegate(isolate2, &console);
PerIsolateData data(isolate2);
Isolate::Scope isolate_scope(isolate2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment