Index: third_party/icu/source/common/rbbi.cpp |
=================================================================== |
--- third_party/icu/source/common/rbbi.cpp (revision 74230) |
+++ third_party/icu/source/common/rbbi.cpp (working copy) |
@@ -10,7 +10,6 @@ |
// class RuleBasedBreakIterator |
// |
-#include <typeinfo> // for 'typeid' to work |
#include "unicode/utypes.h" |
@@ -292,7 +291,7 @@ |
*/ |
UBool |
RuleBasedBreakIterator::operator==(const BreakIterator& that) const { |
- if (typeid(*this) != typeid(that)) { |
+ if (CR_TYPEID(*this) != CR_TYPEID(that)) { |
return FALSE; |
} |