Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / net / base / sdch_manager.cc
index 943fdd0..9e8fd98 100644 (file)
@@ -118,7 +118,7 @@ bool SdchManager::Dictionary::CanSet(const std::string& domain,
   }
   if (registry_controlled_domains::GetDomainAndRegistry(
         domain,
-        registry_controlled_domains::EXCLUDE_PRIVATE_REGISTRIES).empty()) {
+        registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES).empty()) {
     SdchErrorRecovery(DICTIONARY_SPECIFIES_TOP_LEVEL_DOMAIN);
     return false;  // domain was a TLD.
   }