mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
WebInspector has been split up
This commit is contained in:
committed by
Kevin Sawicki
parent
0a7c51b9aa
commit
c72438f09f
@@ -3,7 +3,8 @@ window.onload = function () {
|
||||
window.InspectorFrontendHost.showContextMenuAtPoint = createMenu
|
||||
|
||||
// Use dialog API to override file chooser dialog.
|
||||
window.WebInspector.createFileSelectorElement = createFileSelectorElement
|
||||
// Note: It will be moved to UI after Chrome 57.
|
||||
window.Bindings.createFileSelectorElement = createFileSelectorElement
|
||||
}
|
||||
|
||||
window.confirm = function (message, title) {
|
||||
|
||||
Reference in New Issue
Block a user