Index: Source/core/html/FormData.idl |
diff --git a/Source/core/html/DOMFormData.idl b/Source/core/html/FormData.idl |
similarity index 97% |
rename from Source/core/html/DOMFormData.idl |
rename to Source/core/html/FormData.idl |
index 25d9ed1e5b8ecf8ee5f6cd67b477b1edc07dddb7..1c03b25a496dd8acc4ec677a2de7716686f73f74 100644 |
--- a/Source/core/html/DOMFormData.idl |
+++ b/Source/core/html/FormData.idl |
@@ -30,9 +30,9 @@ |
[ |
CustomConstructor(optional HTMLFormElement form), |
- InterfaceName=FormData, |
+ ImplementedAs=DOMFormData, |
ImplementationLacksVTable |
-] interface DOMFormData { |
+] interface FormData { |
// void append(DOMString name, DOMString value); |
// void append(DOMString name, Blob value, optional DOMString filename); |
[Custom] void append([Default=Undefined] optional DOMString name, |