| Index: third_party/icu/source/i18n/format.cpp
|
| ===================================================================
|
| --- third_party/icu/source/i18n/format.cpp (revision 74230)
|
| +++ third_party/icu/source/i18n/format.cpp (working copy)
|
| @@ -19,7 +19,6 @@
|
| // This file was generated from the java source file Format.java
|
| // *****************************************************************************
|
|
|
| -#include <typeinfo> // for 'typeid' to work
|
|
|
| #include "unicode/utypes.h"
|
|
|
| @@ -153,7 +152,7 @@
|
| Format::operator==(const Format& that) const
|
| {
|
| // Subclasses: Call this method and then add more specific checks.
|
| - return typeid(*this) == typeid(that);
|
| + return CR_TYPEID(*this) == CR_TYPEID(that);
|
| }
|
| //---------------------------------------
|
|
|
|
|