<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - REGRESSION: Web Inspector: Inspector overlay node info has disappeared"
href="https://bugs.webkit.org/show_bug.cgi?id=161264#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - REGRESSION: Web Inspector: Inspector overlay node info has disappeared"
href="https://bugs.webkit.org/show_bug.cgi?id=161264">bug 161264</a>
from <span class="vcard"><a class="email" href="mailto:joepeck@webkit.org" title="Joseph Pecoraro <joepeck@webkit.org>"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
<pre>Maybe this doesn't work anymore? We should audit InspectorOverlayPage.js for issues after that change:
DOMBuilder.prototype.appendTextNode = function(content)
{
var node = document.createTextNode();
node.textContent = content;
this.element.appendChild(node);
return node;
}</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>