mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove NOTIMPLEMENTED() call
This commit is contained in:
@@ -1099,8 +1099,6 @@ void WebContents::ShowDefinitionForSelection() {
|
||||
const auto view = web_contents()->GetRenderWidgetHostView();
|
||||
if (view)
|
||||
view->ShowDefinitionForSelection();
|
||||
#else
|
||||
NOTIMPLEMENTED();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user