Index: Source/modules/serviceworkers/Request.h |
diff --git a/Source/modules/serviceworkers/Request.h b/Source/modules/serviceworkers/Request.h |
index e1aab04b15679396157634d9417fd3699f3a379e..a67f9aa345ccdfa48f60bb3ec93ee53f591a0f36 100644 |
--- a/Source/modules/serviceworkers/Request.h |
+++ b/Source/modules/serviceworkers/Request.h |
@@ -46,6 +46,8 @@ public: |
String mode() const; |
String credentials() const; |
+ void setBodyBlobHandle(PassRefPtr<BlobDataHandle>); |
+ |
void trace(Visitor*); |
private: |