refactor: expose process.contextId directly (#29236)
This commit is contained in:
parent
12aa6d7343
commit
8fc86517fa
6 changed files with 5 additions and 23 deletions
|
@ -69,7 +69,7 @@ class RendererClientBase : public content::ContentRendererClient
|
|||
#endif
|
||||
|
||||
virtual void DidCreateScriptContext(v8::Handle<v8::Context> context,
|
||||
content::RenderFrame* render_frame);
|
||||
content::RenderFrame* render_frame) = 0;
|
||||
virtual void WillReleaseScriptContext(v8::Handle<v8::Context> context,
|
||||
content::RenderFrame* render_frame) = 0;
|
||||
virtual void DidClearWindowObject(content::RenderFrame* render_frame);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue