Access getter instead of variable

This commit is contained in:
Kevin Sawicki 2017-01-13 11:06:19 -08:00
Родитель 13acf7a6a3
Коммит 2e62d81c24
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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