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

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

Issue 2610903002: Replace [CallWith=ExecutionContext] with [CallWith=ScriptState] (Closed)
Patch Set: Created 3 years, 11 months 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
Index: third_party/WebKit/Source/modules/fetch/Response.h
diff --git a/third_party/WebKit/Source/modules/fetch/Response.h b/third_party/WebKit/Source/modules/fetch/Response.h
index 30258dd75eab16dc650e6d8058e5bf9d70f438ac..370c168e707ee137bf1cef7810141db7b4e3680d 100644
--- a/third_party/WebKit/Source/modules/fetch/Response.h
+++ b/third_party/WebKit/Source/modules/fetch/Response.h
@@ -49,8 +49,8 @@ class MODULES_EXPORT Response final : public Body {
static Response* createClone(const Response&);
- static Response* error(ExecutionContext*);
- static Response* redirect(ExecutionContext*,
+ static Response* error(ScriptState*);
+ static Response* redirect(ScriptState*,
const String& url,
unsigned short status,
ExceptionState&);
« no previous file with comments | « third_party/WebKit/Source/modules/beacon/NavigatorBeacon.idl ('k') | third_party/WebKit/Source/modules/fetch/Response.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698