[Webkit-unassigned] [Bug 49714] Yensign hack should work with Shift_JIS encoding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 18 23:47:20 PST 2010


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





--- Comment #12 from Kent Tamura <tkent at chromium.org>  2010-11-18 23:47:19 PST ---
(From update of attachment 74357)
View in context: https://bugs.webkit.org/attachment.cgi?id=74357&action=review

>> WebCore/platform/text/TextEncoding.cpp:204
>> +    DEFINE_STATIC_LOCAL(HashSet<const char*>, set, ());
> 
> Can this code be run from a secondary thread?

This code is not MT-safe.  Is TextEncoding class used by multiple threads?
TextEncoding::isJapanese() has the same issue.

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