refactor: dynamically search defines from node (#30563)

This commit is contained in:
Cheng Zhao 2021-08-19 05:34:15 +09:00 committed by GitHub
parent ec13a0b0e6
commit 8699124397
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 59 additions and 109 deletions

View file

@ -21,7 +21,6 @@
#include "shell/browser/microtasks_runner.h"
#include "shell/common/gin_helper/cleaned_up_at_exit.h"
#include "shell/common/node_includes.h"
#include "tracing/trace_event.h"
namespace {
v8::Isolate* g_isolate;