Bug 154482 - Remove declaration of unimplemented methods in LocaleICU
Summary: Remove declaration of unimplemented methods in LocaleICU
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-19 17:01 PST by Olivier Blin
Modified: 2016-02-20 08:31 PST (History)
6 users (show)

See Also:


Attachments
Patch (1.68 KB, patch)
2016-02-19 17:05 PST, Olivier Blin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Blin 2016-02-19 17:01:34 PST
detectSignAndGetDigitRange() and matchedDecimalSymbolIndex() are implemented in PlatformLocale, not LocaleICU.
    
They were moved out from LocaleICU to NumberLocalizer in r124459 (2012), which has then been renamed as Localizer, then Locale, and finally PlatformLocale.
Comment 1 Olivier Blin 2016-02-19 17:05:36 PST
Created attachment 271827 [details]
Patch
Comment 2 WebKit Commit Bot 2016-02-20 08:31:25 PST
Comment on attachment 271827 [details]
Patch

Clearing flags on attachment: 271827

Committed r196860: <http://trac.webkit.org/changeset/196860>
Comment 3 WebKit Commit Bot 2016-02-20 08:31:30 PST
All reviewed patches have been landed.  Closing bug.