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

Unified Diff: third_party/WebKit/Source/core/fileapi/URLFileAPI.h

Issue 2656343002: Replace [CallWith=ExecutionContext] with [CallWith=ScriptState] (Closed)
Patch Set: Few more 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/core/fileapi/URLFileAPI.h
diff --git a/third_party/WebKit/Source/core/fileapi/URLFileAPI.h b/third_party/WebKit/Source/core/fileapi/URLFileAPI.h
index 9ffa50eb1f3fec4e484be90e3ebfea3275a69afd..032e73cf6d9ab9d4b261616a6a18a24e13fbd782 100644
--- a/third_party/WebKit/Source/core/fileapi/URLFileAPI.h
+++ b/third_party/WebKit/Source/core/fileapi/URLFileAPI.h
@@ -11,15 +11,15 @@
namespace blink {
class ExceptionState;
-class ExecutionContext;
+class ScriptState;
class Blob;
class URLFileAPI {
STATIC_ONLY(URLFileAPI);
public:
- static String createObjectURL(ExecutionContext*, Blob*, ExceptionState&);
- static void revokeObjectURL(ExecutionContext*, const String&);
+ static String createObjectURL(ScriptState*, Blob*, ExceptionState&);
+ static void revokeObjectURL(ScriptState*, const String&);
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/events/Event.idl ('k') | third_party/WebKit/Source/core/fileapi/URLFileAPI.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698