| 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
|
|
|