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
|
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) {
|
||||||
|
|
Loading…
Reference in a new issue