[Webkit-unassigned] [Bug 75799] Calling intersectsNode on a detached range should throw

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 19 10:07:15 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75799





--- Comment #3 from Ms2ger <Ms2ger at gmail.com>  2012-01-19 10:07:15 PST ---
View in context: https://bugs.webkit.org/attachment.cgi?id=123144&action=review

> Source/WebCore/dom/Range.cpp:602
> +    if ((m_start.container() && !refNode->attached())

This can be just !refNode->attached() now, no?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list