refactor: saner blink_initialization_order.patch (#22054)
This commit is contained in:
parent
6a7d722c06
commit
e2a5de9248
5 changed files with 141 additions and 32 deletions
|
@ -45,8 +45,8 @@ class ElectronRenderFrameObserver : public content::RenderFrameObserver {
|
|||
|
||||
// content::RenderFrameObserver:
|
||||
void DidClearWindowObject() override;
|
||||
void DidCreateScriptContext(v8::Handle<v8::Context> context,
|
||||
int world_id) override;
|
||||
void DidInstallConditionalFeatures(v8::Handle<v8::Context> context,
|
||||
int world_id) override;
|
||||
void DraggableRegionsChanged() override;
|
||||
void WillReleaseScriptContext(v8::Local<v8::Context> context,
|
||||
int world_id) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue