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

Unified Diff: third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.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/DataTransferItemFileSystem.h
diff --git a/third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.h b/third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.h
index 30b97a2a264a0957ee656f72efe317c7619363a6..45b96ad0eca74d9d040698949b07a50582c9a228 100644
--- a/third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.h
+++ b/third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.h
@@ -38,13 +38,13 @@ namespace blink {
class DataTransferItem;
class Entry;
-class ExecutionContext;
+class ScriptState;
class DataTransferItemFileSystem {
STATIC_ONLY(DataTransferItemFileSystem);
public:
- static Entry* webkitGetAsEntry(ExecutionContext*, DataTransferItem&);
+ static Entry* webkitGetAsEntry(ScriptState*, DataTransferItem&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698