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
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;