Bug 79779 - [Chromium] Uninitialized value in LocaleToScriptCodeForFontSelection
Summary: [Chromium] Uninitialized value in LocaleToScriptCodeForFontSelection
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kenichi Ishibashi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-28 04:53 PST by Kenichi Ishibashi
Modified: 2012-02-28 17:28 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.62 KB, patch)
2012-02-28 04:54 PST, Kenichi Ishibashi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.