summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/Source/WebCore/loader/appcache/ApplicationCacheStorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/Source/WebCore/loader/appcache/ApplicationCacheStorage.h')
-rw-r--r--src/3rdparty/webkit/Source/WebCore/loader/appcache/ApplicationCacheStorage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/Source/WebCore/loader/appcache/ApplicationCacheStorage.h b/src/3rdparty/webkit/Source/WebCore/loader/appcache/ApplicationCacheStorage.h
index 3136b5298b..07f68542e2 100644
--- a/src/3rdparty/webkit/Source/WebCore/loader/appcache/ApplicationCacheStorage.h
+++ b/src/3rdparty/webkit/Source/WebCore/loader/appcache/ApplicationCacheStorage.h
@@ -115,7 +115,7 @@ private:
bool ensureOriginRecord(const SecurityOrigin*);
bool shouldStoreResourceAsFlatFile(ApplicationCacheResource*);
void deleteTables();
- bool writeDataToUniqueFileInDirectory(SharedBuffer*, const String& directory, String& outFilename);
+ bool writeDataToUniqueFileInDirectory(SharedBuffer*, const String& directory, String& outFilename, const String& fileExtension);
void loadManifestHostHashes();