Chromium Code Reviews| Index: third_party/icu/source/i18n/fmtable.cpp |
| =================================================================== |
| --- third_party/icu/source/i18n/fmtable.cpp (revision 74230) |
| +++ third_party/icu/source/i18n/fmtable.cpp (working copy) |
| @@ -59,7 +59,7 @@ |
| // Return TRUE if *a is an instance of Measure. |
| static inline UBool instanceOfMeasure(const UObject* a) { |
| - return dynamic_cast<const Measure*>(a) != NULL; |
| + return CR_DYNAMIC_CAST<const Measure*>(a) != NULL; |
| } |
| /** |