mirror of
https://github.com/roytam1/mozilla45esr.git
synced 2026-05-26 15:39:48 +00:00
import changes from tenfourfox-history:
- some additional minor optimizations (886b2ce51) - #465: gc, jsobj, RegExp (07bfa6ed5) - #465: dom/media/webm, MDSM (2a306d565) - #477: reorganize and optimize font URL blacklist (51fffd909) - #469: yep dose hosts for dat adblock yo (233b4e53e) - whitespace cleanup (29ba7f68c) - #478: M1434580 M1261175 M1426087 M1426988 (d3411e70e) - #478: update certs and pins (b89b0fe92) - whitespace removal (f3c3705fb) - #478: M1375217 (with M1350752, fixes M1348955) (33ba64fc0) - closes #479: suppress bogus assert (cafee7fa3) - #479: mark for future reference (e699487e9) - values were not endian dependent (crash) (9ed7fdacb) - further endianness work for font tags (3f509d76d) - #478: M1416307 M1430557 M1416529 M1324042 M1428947 M1437087 M1440926 M1425520 (8b45eb124) - #478: M1437507 M1437450 (fccda54f3) - #478: update certs and pins (033c49d99) - #478: M1443865 (for our Intel friends if they ever get it working) (82c63992b) - #469: super duper more hosts for super duper basic adblock (17bae42e3)
This commit is contained in:
@@ -562,7 +562,7 @@ nsDocumentEncoder::SerializeToStringRecursive(nsINode* aNode,
|
||||
}
|
||||
|
||||
if (!aDontSerializeRoot) {
|
||||
rv = SerializeNodeEnd(node, aStr);
|
||||
rv = SerializeNodeEnd(maybeFixedNode, aStr);
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user