Bug 99425

Summary: Remove unused functions in Locale* classes
Product: WebKit Reporter: Kent Tamura <tkent>
Component: PlatformAssignee: Kent Tamura <tkent>
Status: RESOLVED FIXED    
Severity: Normal CC: yutak
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch yutak: review+

Description Kent Tamura 2012-10-16 00:12:27 PDT
Remove unused functions in Locale* classes
Comment 1 Kent Tamura 2012-10-16 00:15:44 PDT
Created attachment 168874 [details]
Patch
Comment 2 Yuta Kitamura 2012-10-16 00:23:04 PDT
Comment on attachment 168874 [details]
Patch

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

Looks fine except for a typo.

> Source/WebCore/ChangeLog:11
> +        No new tests. This shouldn't change any bahevior.

nit: bahevior -> behavior
Comment 3 Kent Tamura 2012-10-16 00:24:47 PDT
Comment on attachment 168874 [details]
Patch

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

>> Source/WebCore/ChangeLog:11
>> +        No new tests. This shouldn't change any bahevior.
> 
> nit: bahevior -> behavior

oops. will fix.
Comment 4 Kent Tamura 2012-10-16 00:30:01 PDT
Committed r131422: <http://trac.webkit.org/changeset/131422>