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

Unified Diff: third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.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/filesystem/HTMLInputElementFileSystem.h
diff --git a/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.h b/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.h
index b3baa84e69df51e836db3cb64701c5a260b64d1b..817f617c6c986379c5bab5887d814df4c34c1300 100644
--- a/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.h
+++ b/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.h
@@ -37,13 +37,13 @@
namespace blink {
class HTMLInputElement;
-class ExecutionContext;
+class ScriptState;
class HTMLInputElementFileSystem {
STATIC_ONLY(HTMLInputElementFileSystem);
public:
- static EntryHeapVector webkitEntries(ExecutionContext*, HTMLInputElement&);
+ static EntryHeapVector webkitEntries(ScriptState*, HTMLInputElement&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698