mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
update libcc for using custom platform with gin
This commit is contained in:
@@ -32,6 +32,9 @@ class JavascriptEnvironment {
|
||||
private:
|
||||
bool Initialize();
|
||||
|
||||
// Leaked on exit.
|
||||
node::NodePlatform* platform_;
|
||||
|
||||
bool initialized_;
|
||||
gin::IsolateHolder isolate_holder_;
|
||||
v8::Isolate* isolate_;
|
||||
|
||||
Reference in New Issue
Block a user