summaryrefslogtreecommitdiffstats
path: root/dom/cache/CacheStorage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/cache/CacheStorage.cpp')
-rw-r--r--dom/cache/CacheStorage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/cache/CacheStorage.cpp b/dom/cache/CacheStorage.cpp
index b5647ba791..f41966a5e3 100644
--- a/dom/cache/CacheStorage.cpp
+++ b/dom/cache/CacheStorage.cpp
@@ -298,7 +298,7 @@ CacheStorage::CacheStorage(nsresult aFailureResult)
}
already_AddRefed<Promise> CacheStorage::Match(
- JSContext* aCx, const RequestOrUSVString& aRequest,
+ JSContext* aCx, const RequestOrUTF8String& aRequest,
const MultiCacheQueryOptions& aOptions, ErrorResult& aRv) {
NS_ASSERT_OWNINGTHREAD(CacheStorage);