mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
gin: Make gin/ remember external reference table
https://chromium-review.googlesource.com/c/chromium/src/+/778741
This commit is contained in:
committed by
Samuel Attard
parent
383b21e20a
commit
ea7e273a06
@@ -56,7 +56,8 @@ bool JavascriptEnvironment::Initialize() {
|
||||
new v8::TracingController());
|
||||
gin::IsolateHolder::Initialize(
|
||||
gin::IsolateHolder::kNonStrictMode, gin::IsolateHolder::kStableV8Extras,
|
||||
gin::ArrayBufferAllocator::SharedInstance(), false);
|
||||
gin::ArrayBufferAllocator::SharedInstance(),
|
||||
nullptr /* external_reference_table */, false /* create_v8_platform */);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user