mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 729539 - Title attributes not showing in developer tools sidebar; r=msucan
This commit is contained in:
parent
294829b875
commit
e2ab40787d
@ -1235,6 +1235,7 @@ InspectorUI.prototype = {
|
||||
let iframe = this.chromeDoc.createElement("iframe");
|
||||
iframe.id = "devtools-sidebar-iframe-" + aRegObj.id;
|
||||
iframe.setAttribute("flex", "1");
|
||||
iframe.setAttribute("tooltip", "aHTMLTooltip");
|
||||
this.sidebarDeck.appendChild(iframe);
|
||||
|
||||
// wire up button to show the iframe
|
||||
|
Loading…
Reference in New Issue
Block a user