summaryrefslogtreecommitdiff
path: root/dom/cache/AutoUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/cache/AutoUtils.h')
-rw-r--r--dom/cache/AutoUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/cache/AutoUtils.h b/dom/cache/AutoUtils.h
index 244639f7c0..188c9d74e3 100644
--- a/dom/cache/AutoUtils.h
+++ b/dom/cache/AutoUtils.h
@@ -55,7 +55,7 @@ public:
void Add(InternalRequest* aRequest, BodyAction aBodyAction,
SchemeAction aSchemeAction, ErrorResult& aRv);
- void Add(InternalRequest* aRequest, BodyAction aBodyAction,
+ void Add(JSContext* aCx, InternalRequest* aRequest, BodyAction aBodyAction,
SchemeAction aSchemeAction, Response& aResponse, ErrorResult& aRv);
const CacheOpArgs& SendAsOpArgs();