[Bug 14591] Get rid of Range.detach()

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

--- Comment #14 from Aryeh Gregor <ayg@aryeh.name> ---
Yes, in theory detaching a range avoids the need for it to be informed of DOM
changes, but in practice JS relies on garbage collection for this.  The whole
point of a garbage-collected language is that authors shouldn't have to
manually release resources.

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

Received on Tuesday, 4 December 2012 11:45:12 UTC