Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1152)

Unified Diff: third_party/WebKit/Source/modules/fetch/Request.h

Issue 2526293002: [wrapper-tracing] Untangle non-trivial mixin ctors (Closed)
Patch Set: Revet BodyStreamBufffer changes Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/fetch/Request.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/fetch/Request.h
diff --git a/third_party/WebKit/Source/modules/fetch/Request.h b/third_party/WebKit/Source/modules/fetch/Request.h
index 62456482360dac57d6d145765dcde9c7a6884006..9e7bbef4d84bdae38dd7b9891fdcd382265637c0 100644
--- a/third_party/WebKit/Source/modules/fetch/Request.h
+++ b/third_party/WebKit/Source/modules/fetch/Request.h
@@ -85,7 +85,6 @@ class MODULES_EXPORT Request final : public Body {
private:
Request(ScriptState*, FetchRequestData*, Headers*);
Request(ScriptState*, FetchRequestData*);
- Request(ScriptState*, const WebServiceWorkerRequest&);
const FetchRequestData* request() const { return m_request; }
static Request* createRequestWithRequestOrString(ScriptState*,
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/fetch/Request.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698