Bug 1378342 - AbortSignal/AbortController - part 6 - Implement Request.signal, r=bkelly

This commit is contained in:
Andrea Marchesini
2017-08-29 07:30:21 +02:00
parent 0fe8e82961
commit e2680ff9c6
15 changed files with 147 additions and 123 deletions

View File

@@ -718,7 +718,7 @@ private:
ir->Headers()->FillResponseHeaders(loadInfo.mChannel);
RefPtr<mozilla::dom::Response> response =
new mozilla::dom::Response(mCacheCreator->Global(), ir);
new mozilla::dom::Response(mCacheCreator->Global(), ir, nullptr);
mozilla::dom::RequestOrUSVString request;