Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / common / android / address_parser_internal.cc
index b1a440d..cc71b24 100644 (file)
@@ -340,7 +340,7 @@ bool FindStateStartingInWord(WordList* words,
   };
 
   DCHECK_EQ(state_names_accumulative[arraysize(state_names_accumulative) - 1],
-      static_cast<int>(ARRAYSIZE_UNSAFE(state_names)));
+      static_cast<int>(arraysize(state_names)));
 
   const Word& first_word = words->at(state_first_word);
   int length = first_word.end - first_word.begin;
@@ -590,7 +590,7 @@ bool IsValidLocationName(const Word& word) {
 
   DCHECK_EQ(
       location_names_accumulative[arraysize(location_names_accumulative) - 1],
-      static_cast<int>(ARRAYSIZE_UNSAFE(location_names)));
+      static_cast<int>(arraysize(location_names)));
 
   if (!IsAsciiAlpha(*word.begin))
     return false;