fix compile error
This commit is contained in:
parent
f984bd2ff5
commit
65eb4e1994
1 changed files with 2 additions and 2 deletions
|
@ -202,9 +202,9 @@ void RendererClientBase::AddSupportedKeySystems(
|
||||||
v8::Local<v8::Context> RendererClientBase::GetContext(
|
v8::Local<v8::Context> RendererClientBase::GetContext(
|
||||||
blink::WebFrame* frame, v8::Isolate* isolate) {
|
blink::WebFrame* frame, v8::Isolate* isolate) {
|
||||||
if (isolated_world())
|
if (isolated_world())
|
||||||
return frame->worldScriptContext(isolate, World::ISOLATED_WORLD);
|
return frame->WorldScriptContext(isolate, World::ISOLATED_WORLD);
|
||||||
else
|
else
|
||||||
return frame->mainWorldScriptContext();
|
return frame->MainWorldScriptContext();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace atom
|
} // namespace atom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue