Fix for 179336, make sure the page report for blocked popups shows the right page url.

This commit is contained in:
hyatt%mozilla.org 2003-08-10 22:28:28 +00:00
parent 7f46b73ea6
commit 2edd248d3b

View File

@ -389,7 +389,8 @@
this.updatePageReport();
}
this.pageReport.push(evt.target.location);
// The "" is a hack to force a convert to string to defeat the "liveness" of the .location property.
this.pageReport.push(evt.target.location + "");
]]>
</body>
</method>