Small style fixes
This commit is contained in:
parent
598060dfd8
commit
6cdc8e4b96
3 changed files with 21 additions and 10 deletions
|
@ -498,8 +498,8 @@ void Window::BuildPrototype(v8::Isolate* isolate,
|
|||
.SetMethod("setMenuBarVisibility", &Window::SetMenuBarVisibility)
|
||||
.SetMethod("isMenuBarVisible", &Window::IsMenuBarVisible)
|
||||
#if defined(OS_MACOSX)
|
||||
.SetMethod(
|
||||
"showDefinitionForSelection", &Window::ShowDefinitionForSelection)
|
||||
.SetMethod("showDefinitionForSelection",
|
||||
&Window::ShowDefinitionForSelection)
|
||||
#endif
|
||||
.SetMethod("_getWebContents", &Window::GetWebContents)
|
||||
.SetMethod("_getDevToolsWebContents", &Window::GetDevToolsWebContents);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue