[Webkit-unassigned] [Bug 111892] equalIgnoringCase should take a const StringImpl* instead of StringImpl*

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 22:52:00 PST 2013


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





--- Comment #3 from Eric Seidel <eric at webkit.org>  2013-03-08 22:54:24 PST ---
Certainly threaded programing with RefCounted objects is tricky. :)  I'd rather have single-owner strings for the threading case, but for now when I need to grab at Strings that thread doesn't own (like HTMLNames globals), I need to do so with some assurance that they won't get reffed.

This is the call-site which motivated this bug:
http://trac.webkit.org/browser/trunk/Source/WebCore/html/parser/BackgroundHTMLParser.cpp#L121

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