Index: Source/core/html/FormDataList.h |
diff --git a/Source/core/html/FormDataList.h b/Source/core/html/FormDataList.h |
index 5c77c5aa0e5ef8c39baa1851c07c83bfad3a7c38..8e0100f83691ffc735eb82ab3feb972a16bd9928 100644 |
--- a/Source/core/html/FormDataList.h |
+++ b/Source/core/html/FormDataList.h |
@@ -32,7 +32,7 @@ |
namespace blink { |
-// TODO(tkent): Merge FormDataList into DOMFormData. |
+// TODO(tkent): Merge FormDataList into FormData. |
class CORE_EXPORT FormDataList : public GarbageCollected<FormDataList> { |
public: |
class Item { |