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

This commit is contained in:
Milan Burda 2018-10-14 08:30:49 +02:00 committed by Samuel Attard
parent d3efc52745
commit 70c49b78ae

View file

@ -5,8 +5,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) {