зеркало из https://github.com/electron/electron.git
Access getter instead of variable
This commit is contained in:
Родитель
13acf7a6a3
Коммит
2e62d81c24
|
@ -415,7 +415,7 @@ void AtomRendererClient::AddSupportedKeySystems(
|
|||
|
||||
v8::Local<v8::Context> AtomRendererClient::GetContext(
|
||||
blink::WebFrame* frame, v8::Isolate* isolate) {
|
||||
if (isolated_world_)
|
||||
if (isolated_world())
|
||||
return frame->worldScriptContext(
|
||||
isolate, World::ISOLATED_WORLD, ExtensionGroup::MAIN_GROUP);
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче