Commit f6f03464 authored by Sathya Gunasekaran's avatar Sathya Gunasekaran Committed by Commit Bot

[isolate] Initialize module callbacks to nullptr

Bug: chromium:854476
Change-Id: I5f477327f303732c3482c47141b794c8d77d9786
Reviewed-on: https://chromium-review.googlesource.com/1108340Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
Commit-Queue: Sathya Gunasekaran <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53896}
parent 2aee9abe
......@@ -2517,6 +2517,8 @@ Isolate::Isolate()
atomics_wait_callback_(nullptr),
atomics_wait_callback_data_(nullptr),
promise_hook_(nullptr),
host_import_module_dynamically_callback_(nullptr),
host_initialize_import_meta_object_callback_(nullptr),
load_start_time_ms_(0),
serializer_enabled_(false),
has_fatal_error_(false),
......
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