Index: Source/modules/serviceworkers/Cache.h |
diff --git a/Source/modules/serviceworkers/Cache.h b/Source/modules/serviceworkers/Cache.h |
index 444bbd132f70d133c52656a149776b53c9b73b9e..c9bb52741abf4a890eb7f1ba6fd4c0f4ed5070a2 100644 |
--- a/Source/modules/serviceworkers/Cache.h |
+++ b/Source/modules/serviceworkers/Cache.h |
@@ -40,7 +40,7 @@ public: |
ScriptPromise addAll(ScriptState*, const Vector<ScriptValue>&); |
ScriptPromise deleteFunction(ScriptState*, Request*, const CacheQueryOptions&); |
ScriptPromise deleteFunction(ScriptState*, const String&, const CacheQueryOptions&, ExceptionState&); |
- ScriptPromise put(ScriptState*, Request*, Response*); |
+ ScriptPromise put(ScriptState*, Request*, Response*, ExceptionState&); |
ScriptPromise put(ScriptState*, const String&, Response*, ExceptionState&); |
ScriptPromise keys(ScriptState*); |
ScriptPromise keys(ScriptState*, Request*, const CacheQueryOptions&); |