Index: Source/core/html/FormData.idl |
diff --git a/Source/core/html/FormData.idl b/Source/core/html/FormData.idl |
index dccbd43de03f2eca2feeff50b9b4c2493fe2bac0..f605f58d5e8f5b00c3780fc22632f3d39a96e54e 100644 |
--- a/Source/core/html/FormData.idl |
+++ b/Source/core/html/FormData.idl |
@@ -47,7 +47,7 @@ typedef (File or USVString) FormDataEntryValue; |
[RuntimeEnabled=FormDataNewMethods, ImplementedAs=deleteEntry] void delete(USVString name); |
[RuntimeEnabled=FormDataNewMethods] FormDataEntryValue? get(USVString name); |
[RuntimeEnabled=FormDataNewMethods] sequence<FormDataEntryValue> getAll(USVString name); |
- [RuntimeEnabled=FormDataNewMethods, ImplementedAs=hasEntry] boolean has(USVString name); |
+ [RuntimeEnabled=FormDataNewMethods] boolean has(USVString name); |
// TODO(philipj): The value argument should be FormDataEntryValue and there |
// should be no optional filename argument. |
[RuntimeEnabled=FormDataNewMethods] void set(USVString name, Blob value, optional USVString filename); |