Add showDefinitionForSelection to webContents/webview

This commit is contained in:
Kevin Sawicki 2016-06-02 10:12:38 -07:00
parent b2bea57eff
commit 4f0a52628e
3 changed files with 14 additions and 1 deletions

View file

@ -379,7 +379,8 @@ var registerWebViewElement = function () {
'downloadURL',
'inspectServiceWorker',
'print',
'printToPDF'
'printToPDF',
'showDefinitionForSelection'
]
nonblockMethods = [
'insertCSS',