Override WillReleaseScriptContext
This commit is contained in:
parent
808b02edda
commit
4b67ff9534
2 changed files with 11 additions and 1 deletions
|
@ -24,6 +24,7 @@ class AtomRendererClient : public content::ContentRendererClient,
|
|||
|
||||
void DidCreateScriptContext(blink::WebFrame* frame,
|
||||
v8::Handle<v8::Context> context);
|
||||
void WillReleaseScriptContext(v8::Handle<v8::Context> context);
|
||||
|
||||
private:
|
||||
enum NodeIntegration {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue