Index: Source/core/html/HTMLButtonElement.idl |
diff --git a/Source/core/html/HTMLButtonElement.idl b/Source/core/html/HTMLButtonElement.idl |
index 3509851e990ed497da7b1d9802ef21ca2a1a4724..6ab20ee99aa5ea06bb9e092c98529a4c26bb44dd 100644 |
--- a/Source/core/html/HTMLButtonElement.idl |
+++ b/Source/core/html/HTMLButtonElement.idl |
@@ -39,8 +39,7 @@ interface HTMLButtonElement : HTMLElement { |
readonly attribute DOMString validationMessage; |
boolean checkValidity(); |
boolean reportValidity(); |
- // FIXME: The error argument should not be nullable. |
- void setCustomValidity([TreatUndefinedAs=NullString] DOMString? error); |
+ void setCustomValidity(DOMString error); |
readonly attribute NodeList labels; |
}; |