fix: Memory > Profiles > Load in DevTools (#15155)

This commit is contained in:
trop[bot] 2018-10-14 10:59:04 -07:00 committed by Shelley Vohr
parent 70d4644742
commit 760def6147

View file

@ -3,8 +3,7 @@ window.onload = function () {
window.InspectorFrontendHost.showContextMenuAtPoint = createMenu window.InspectorFrontendHost.showContextMenuAtPoint = createMenu
// Use dialog API to override file chooser dialog. // Use dialog API to override file chooser dialog.
// Note: It will be moved to UI after Chrome 57. window.UI.createFileSelectorElement = createFileSelectorElement
window.Bindings.createFileSelectorElement = createFileSelectorElement
} }
window.confirm = function (message, title) { window.confirm = function (message, title) {