Index: Source/core/html/PublicURLManager.cpp |
diff --git a/Source/core/html/PublicURLManager.cpp b/Source/core/html/PublicURLManager.cpp |
index 09157de9df7ad8f906cb24ffd2b51e96549bdbba..790ec3fb24672ce81045902174c6064d0fb4b8ed 100644 |
--- a/Source/core/html/PublicURLManager.cpp |
+++ b/Source/core/html/PublicURLManager.cpp |
@@ -51,7 +51,7 @@ void PublicURLManager::registerURL(SecurityOrigin* origin, const KURL& url, URLR |
if (m_isStopped) |
return; |
- RegistryURLMap::iterator found = m_registryToURL.add(®istrable->registry(), URLSet()).iterator; |
+ RegistryURLMap::ValueType* found = m_registryToURL.add(®istrable->registry(), URLSet()).iterator; |
found->key->registerURL(origin, url, registrable); |
found->value.add(url.string()); |
} |