Index: Source/core/html/FormData.idl |
diff --git a/Source/core/html/FormData.idl b/Source/core/html/FormData.idl |
index f605f58d5e8f5b00c3780fc22632f3d39a96e54e..72a1b1458b4f8894914f0f238173e5eb0f4d28d0 100644 |
--- a/Source/core/html/FormData.idl |
+++ b/Source/core/html/FormData.idl |
@@ -37,7 +37,6 @@ typedef (File or USVString) FormDataEntryValue; |
Constructor(optional HTMLFormElement form), |
Exposed=(Window,Worker), |
GarbageCollected, |
- ImplementedAs=DOMFormData, |
] interface FormData { |
// TODO(philipj): The value argument should be FormDataEntryValue and there |
// should be no optional filename argument. crbug.com/498790 |