summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/WebCache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/WebCoreSupport/WebCache.cpp')
-rw-r--r--WebKit/android/WebCoreSupport/WebCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/WebCoreSupport/WebCache.cpp b/WebKit/android/WebCoreSupport/WebCache.cpp
index 0b9d150..be9a700 100644
--- a/WebKit/android/WebCoreSupport/WebCache.cpp
+++ b/WebKit/android/WebCoreSupport/WebCache.cpp
@@ -197,7 +197,7 @@ scoped_refptr<CacheResult> WebCache::getCacheResult(String url)
if (!m_entry)
return 0;
- return new CacheResult(m_entry);
+ return new CacheResult(m_entry, url);
}
void WebCache::getEntryImpl()