|
@@ -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) {
|