Access getter instead of variable

This commit is contained in:
Kevin Sawicki 2017-01-13 11:06:19 -08:00
parent 13acf7a6a3
commit 2e62d81c24

View file

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