Bug 79779

Summary: [Chromium] Uninitialized value in LocaleToScriptCodeForFontSelection
Product: WebKit Reporter: Kenichi Ishibashi <bashi>
Component: PlatformAssignee: Kenichi Ishibashi <bashi>
Status: RESOLVED FIXED    
Severity: Normal CC: tkent, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Kenichi Ishibashi 2012-02-28 04:53:08 PST
This cause valgrind memcheck errors.
http://crbug.com/109491
Comment 1 Kenichi Ishibashi 2012-02-28 04:54:58 PST
Created attachment 129231 [details]
Patch
Comment 2 Kenichi Ishibashi 2012-02-28 04:56:18 PST
(In reply to comment #1)
> Created an attachment (id=129231) [details]
> Patch

I checked the fix by following command:

% tools/valgrind/chrome_tests.sh -b out/Debug --test webkit --tool memcheck fast/selectors/lang-inheritance2.html

Could you take a look, kent-san?
Comment 3 Kent Tamura 2012-02-28 05:55:38 PST
Comment on attachment 129231 [details]
Patch

ok
Comment 4 Kenichi Ishibashi 2012-02-28 17:08:13 PST
Comment on attachment 129231 [details]
Patch

Thank you!
Comment 5 WebKit Review Bot 2012-02-28 17:28:22 PST
Comment on attachment 129231 [details]
Patch

Clearing flags on attachment: 129231

Committed r109175: <http://trac.webkit.org/changeset/109175>
Comment 6 WebKit Review Bot 2012-02-28 17:28:26 PST
All reviewed patches have been landed.  Closing bug.