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

Unified Diff: third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl

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.idl
diff --git a/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl b/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl
index 2422250a8dda077b02aac429f5cad719108b69a0..9b76ca4af29851439b806a42da627ec20b25ffa2 100644
--- a/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl
+++ b/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl
@@ -34,5 +34,5 @@
RuntimeEnabled=FileSystem,
] partial interface HTMLInputElement {
// TODO(jsbell): |webkitEntries| should be FrozenArray<Entry>.
- [CallWith=ExecutionContext, Measure] readonly attribute Entry[] webkitEntries;
+ [CallWith=ScriptState, Measure] readonly attribute Entry[] webkitEntries;
};

Powered by Google App Engine
This is Rietveld 408576698