[Bug 20490] [Custom]: Things that mutate the DOM tree should queue observer records

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20490

--- Comment #7 from Olli Pettay <bugs@pettay.fi> ---
I don't quite understand how wrapper switching would help.
well, I'm not sure what you mean with wrapper switching.
Just
tmp = NodeA->JSWrapper;
NodeA->JSWrapper = NodeB->JSWrapper;
NodeB->JSWrapper = tmp;
?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 16 January 2013 19:01:29 UTC