| 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 70df8feb560eab3a0aec50700d446f9a511e7e73..90a995e708aba86dcda2536f6f271ebd8b836d36 100644
|
| --- a/third_party/WebKit/Source/core/html/FormData.idl
|
| +++ b/third_party/WebKit/Source/core/html/FormData.idl
|
| @@ -36,7 +36,6 @@ typedef (File or USVString) FormDataEntryValue;
|
| [
|
| Constructor(optional HTMLFormElement form),
|
| Exposed=(Window,Worker),
|
| - GarbageCollected,
|
| LegacyInterfaceTypeChecking,
|
| ] interface FormData {
|
| // TODO(philipj): The value argument should be FormDataEntryValue and there
|
|
|