Index: Source/core/html/HTMLObjectElement.idl |
diff --git a/Source/core/html/HTMLObjectElement.idl b/Source/core/html/HTMLObjectElement.idl |
index cd064f4b286cf3538ce5bdc083f3348308f5c740..a936771f2bad3236c3ffaed226dfcb11c8d89b39 100644 |
--- a/Source/core/html/HTMLObjectElement.idl |
+++ b/Source/core/html/HTMLObjectElement.idl |
@@ -42,8 +42,7 @@ |
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); |
// TODO(philipj): legacycaller any (any... arguments); crbug.com/465009 |