Small style fixes
This commit is contained in:
parent
598060dfd8
commit
6cdc8e4b96
3 changed files with 21 additions and 10 deletions
|
@ -644,6 +644,8 @@ void NativeWindowMac::SetProgressBar(double progress) {
|
|||
|
||||
void NativeWindowMac::ShowDefinitionForSelection() {
|
||||
content::WebContents* web_contents = GetWebContents();
|
||||
if (!web_contents)
|
||||
return;
|
||||
content::RenderWidgetHostView* rwhv = web_contents->GetRenderWidgetHostView();
|
||||
if (!rwhv)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue