diff --git a/common/content/hints.js b/common/content/hints.js index a6c32e9a..4f19bafc 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -298,7 +298,7 @@ var Hints = Module("hints", { let fragment = util.xmlToDom(
, doc); body.appendChild(fragment); util.computedStyle(fragment).height; // Force application of binding. - let container = doc.getAnonymousElementByAttribute(fragment, "anonid", "hints"); + let container = doc.getAnonymousElementByAttribute(fragment, "anonid", "hints") || fragment; let baseNodeAbsolute = util.xmlToDom(, doc);