diff --git a/chrome/content/zotero/xpcom/translation/translate_firefox.js b/chrome/content/zotero/xpcom/translation/translate_firefox.js index d1154ef63..b68c1d882 100644 --- a/chrome/content/zotero/xpcom/translation/translate_firefox.js +++ b/chrome/content/zotero/xpcom/translation/translate_firefox.js @@ -85,6 +85,8 @@ Zotero.Translate.SandboxManager = function(sandboxLocation) { return s.serializeToString(doc.__wrappedDOMObject ? doc.__wrappedDOMObject : doc); }; }; + this.sandbox.XMLSerializer.__exposedProps__ = {"prototype":"r"}; + this.sandbox.XMLSerializer.prototype = {}; } /**