Index: Source/core/html/HTMLOutputElement.idl |
diff --git a/Source/core/html/HTMLOutputElement.idl b/Source/core/html/HTMLOutputElement.idl |
index 99cca3f03bbfe7415adb8e3a0f1c79b8a421908e..957a9aa8fee0d9f623036f01fd5b8ae7db7a7c52 100644 |
--- a/Source/core/html/HTMLOutputElement.idl |
+++ b/Source/core/html/HTMLOutputElement.idl |
@@ -38,8 +38,7 @@ interface HTMLOutputElement : 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; |
}; |