Access getter instead of variable
This commit is contained in:
parent
13acf7a6a3
commit
2e62d81c24
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ void AtomRendererClient::AddSupportedKeySystems(
|
||||||
|
|
||||||
v8::Local<v8::Context> AtomRendererClient::GetContext(
|
v8::Local<v8::Context> AtomRendererClient::GetContext(
|
||||||
blink::WebFrame* frame, v8::Isolate* isolate) {
|
blink::WebFrame* frame, v8::Isolate* isolate) {
|
||||||
if (isolated_world_)
|
if (isolated_world())
|
||||||
return frame->worldScriptContext(
|
return frame->worldScriptContext(
|
||||||
isolate, World::ISOLATED_WORLD, ExtensionGroup::MAIN_GROUP);
|
isolate, World::ISOLATED_WORLD, ExtensionGroup::MAIN_GROUP);
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue