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

Unified Diff: third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.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/DataTransferItemFileSystem.idl
diff --git a/third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.idl b/third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.idl
index 09cd3ead0fe54b2fa17e682b24edc2f510675985..10f5bd56d3b46307d05ea44b3545e1a3941b7fbf 100644
--- a/third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.idl
+++ b/third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.idl
@@ -31,5 +31,5 @@
// https://wicg.github.io/entries-api/#html-data
partial interface DataTransferItem {
- [CallWith=ExecutionContext, Measure] Entry? webkitGetAsEntry();
+ [CallWith=ScriptState, Measure] Entry? webkitGetAsEntry();
};

Powered by Google App Engine
This is Rietveld 408576698