[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 11:19:02 PST 2012


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





--- Comment #5 from Joe Thomas <joethomas at motorola.com>  2012-01-19 11:19:02 PST ---
(In reply to comment #3)
> 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?

Yes, you are right. I did not notice that. new patch attached. Thanks.

-- 
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