[Webkit-unassigned] [Bug 62164] Remove "multi-threaded" logic in V8 DOMData, DOMDataStore and friends

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 6 17:35:24 PDT 2011


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





--- Comment #6 from Adam Barth <abarth at webkit.org>  2011-06-06 17:35:24 PST ---
(From update of attachment 96159)
View in context: https://bugs.webkit.org/attachment.cgi?id=96159&action=review

Remove this lock probably removes the need for the visitor pattern, but maybe it's worth keeping anyway.

> Source/WebCore/bindings/v8/DOMData.cpp:-55
> -    DEFINE_STATIC_LOCAL(WTF::ThreadSpecific<ChildThreadDOMData>, childThreadDOMData, ());

Can we just remove ChildThreadDOMData at this point?

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