Bug 101123
| Summary: | TextBreakIterator code should use an enum instead of isCJK bool | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | Layout and Rendering | Assignee: | Glenn Adams <glenn> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | ahmad.saleem792, glenn, mmaxfield, ntim, seikwon.kim |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 89235 | ||
| Bug Blocks: | |||
Eric Seidel (no email)
TextBreakIterator code should use an enum instead of isCJK bool
This code is about to be added as part of bug 89235.
This is a follow-up bug for that patch.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
@Myles - is this needed now? You recently work on 'TextBreakIterator', so just checking.
Tim Nguyen (:ntim)
I can't find a bool named isCJK in the codebase, so presumably this has been fixed.