diff --git a/pywb/static/wombat.js b/pywb/static/wombat.js index 09ad23c4..e089cbdc 100644 --- a/pywb/static/wombat.js +++ b/pywb/static/wombat.js @@ -774,8 +774,7 @@ var wombat_internal = function($wbwindow) { return extract_orig(res); } - def_prop($wbwindow.HTMLElement.prototype, "baseURI", undefined, get_baseURI); - def_prop($wbwindow.HTMLDocument.prototype, "baseURI", undefined, get_baseURI); + def_prop($wbwindow.Node.prototype, "baseURI", undefined, get_baseURI); } }