Index: third_party/icu/source/common/serv.cpp |
=================================================================== |
--- third_party/icu/source/common/serv.cpp (revision 74230) |
+++ third_party/icu/source/common/serv.cpp (working copy) |
@@ -948,7 +948,7 @@ |
UBool |
ICUService::acceptsListener(const EventListener& l) const |
{ |
- return dynamic_cast<const ServiceListener*>(&l) != NULL; |
+ return CR_DYNAMIC_CAST<const ServiceListener*>(&l) != NULL; |
} |
void |