Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / PublicURLManager.cpp
index 09157de..ce41a3f 100644 (file)
@@ -51,7 +51,7 @@ void PublicURLManager::registerURL(SecurityOrigin* origin, const KURL& url, URLR
     if (m_isStopped)
         return;
 
-    RegistryURLMap::iterator found = m_registryToURL.add(&registrable->registry(), URLSet()).iterator;
+    RegistryURLMap::ValueType* found = m_registryToURL.add(&registrable->registry(), URLSet()).storedValue;
     found->key->registerURL(origin, url, registrable);
     found->value.add(url.string());
 }