mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
Style fix
This commit is contained in:
@@ -162,8 +162,7 @@ void AtomRenderViewObserver::OnJavaScriptExecuteRequest(
|
||||
v8::HandleScope handle_scope(isolate);
|
||||
|
||||
blink::WebFrame* frame = render_view()->GetWebView()->mainFrame();
|
||||
frame->executeScriptAndReturnValue(
|
||||
blink::WebScriptSource(code));
|
||||
frame->executeScriptAndReturnValue(blink::WebScriptSource(code));
|
||||
}
|
||||
|
||||
} // namespace atom
|
||||
|
||||
Reference in New Issue
Block a user