Small style fixes

This commit is contained in:
Cheng Zhao 2014-12-19 12:48:53 -08:00
parent 598060dfd8
commit 6cdc8e4b96
3 changed files with 21 additions and 10 deletions

View file

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