Index: Source/core/html/HTMLOutputElement.idl |
diff --git a/Source/core/html/HTMLOutputElement.idl b/Source/core/html/HTMLOutputElement.idl |
index 99cca3f03bbfe7415adb8e3a0f1c79b8a421908e..16fe1ed5cc0b5d19dc86d89794c2370fbb9381fa 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; |
}; |