Bug 167312 - [GTK] asserting on unknown locale for hyphenation is wrong
Summary: [GTK] asserting on unknown locale for hyphenation is wrong
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gustavo Noronha (kov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-23 09:35 PST by Gustavo Noronha (kov)
Modified: 2017-01-23 10:21 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.20 KB, patch)
2017-01-23 09:39 PST, Gustavo Noronha (kov)
cgarcia: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Noronha (kov) 2017-01-23 09:35:31 PST
[GTK] asserting on unknown locale for hyphenation is wrong
Comment 1 Gustavo Noronha (kov) 2017-01-23 09:39:06 PST
Created attachment 299520 [details]
Patch
Comment 2 Carlos Garcia Campos 2017-01-23 10:19:28 PST
Comment on attachment 299520 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=299520&action=review

> Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp:253
> +    // We content may specify strings for locales which do not exist or that we do not have.

Web content?
Comment 3 Gustavo Noronha (kov) 2017-01-23 10:21:32 PST
Committed r211040: <http://trac.webkit.org/changeset/211040>