[Webkit-unassigned] [Bug 36381] webkit w/ icu-4.4: TextBreakIteratorICU.cpp error cannot convert WebCore TextBreakIterator to UBreakIterator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 20 14:03:57 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36381


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #51230|review?                     |review-
               Flag|                            |




--- Comment #4 from Darin Adler <darin at apple.com>  2010-03-20 14:03:57 PST ---
(From update of attachment 51230)
Fixing this should not require any changes to the header file. The changes
should be inside TextBreakIteratorICU.cpp with no changes to header files.

Since ICU has changed the type UBreakIterator from a void to an actual type,
the type casts involving UBreakIterator should now be reinterpret_cast rather
than static_cast.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list