| Index: core/html/HTMLObjectElement.idl
|
| diff --git a/core/html/HTMLObjectElement.idl b/core/html/HTMLObjectElement.idl
|
| index b6c7ccee7c2390b4b9fe25855dbb584909dce706..4eb6f396a69d528d83e14fa694a56548b98cc95b 100644
|
| --- a/core/html/HTMLObjectElement.idl
|
| +++ b/core/html/HTMLObjectElement.idl
|
| @@ -25,10 +25,10 @@
|
| [Reflect] attribute DOMString code;
|
| [Reflect] attribute DOMString align;
|
| [Reflect] attribute DOMString archive;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString border;
|
| + [Reflect, TreatNullAs=EmptyString] attribute DOMString border;
|
| [Reflect, URL] attribute DOMString codeBase;
|
| [Reflect] attribute DOMString codeType;
|
| - [Reflect, URL, LogActivity=SetterOnly] attribute DOMString data;
|
| + [Reflect, URL] attribute DOMString data;
|
| [Reflect] attribute boolean declare;
|
| [Reflect] attribute DOMString height;
|
| [Reflect] attribute long hspace;
|
| @@ -42,7 +42,7 @@
|
| readonly attribute ValidityState validity;
|
| readonly attribute DOMString validationMessage;
|
| boolean checkValidity();
|
| - void setCustomValidity([TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString error);
|
| + void setCustomValidity([TreatUndefinedAs=NullString] DOMString? error);
|
|
|
| // Introduced in DOM Level 2:
|
| [CheckSecurity=Node] readonly attribute Document contentDocument;
|
|
|