fix: Memory > Profiles > Load in DevTools (#15151)
This commit is contained in:
parent
d3efc52745
commit
70c49b78ae
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@ window.onload = function () {
|
|||
window.InspectorFrontendHost.showContextMenuAtPoint = createMenu
|
||||
|
||||
// Use dialog API to override file chooser dialog.
|
||||
// Note: It will be moved to UI after Chrome 57.
|
||||
window.Bindings.createFileSelectorElement = createFileSelectorElement
|
||||
window.UI.createFileSelectorElement = createFileSelectorElement
|
||||
}
|
||||
|
||||
window.confirm = function (message, title) {
|
||||
|
|
Loading…
Reference in a new issue