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