| Index: third_party/WebKit/Source/core/html/FormData.idl
|
| diff --git a/third_party/WebKit/Source/core/html/FormData.idl b/third_party/WebKit/Source/core/html/FormData.idl
|
| index 46c26fea3b2d87a7f5ba82c43053ea50906f68e1..cba06e667e2fc4580beac7ebb35c9cafc56e0a5a 100644
|
| --- a/third_party/WebKit/Source/core/html/FormData.idl
|
| +++ b/third_party/WebKit/Source/core/html/FormData.idl
|
| @@ -41,7 +41,7 @@ typedef (File or USVString) FormDataEntryValue;
|
| LegacyInterfaceTypeChecking,
|
| ] interface FormData {
|
| void append(USVString name, USVString value);
|
| - [CallWith=ExecutionContext] void append(USVString name, Blob value, optional USVString filename);
|
| + [CallWith=ScriptState] void append(USVString name, Blob value, optional USVString filename);
|
| [ImplementedAs=deleteEntry] void delete(USVString name);
|
| FormDataEntryValue? get(USVString name);
|
| sequence<FormDataEntryValue> getAll(USVString name);
|
|
|