| Index: Source/core/dom/MutationRecord.idl
|
| diff --git a/Source/core/dom/MutationRecord.idl b/Source/core/dom/MutationRecord.idl
|
| index daecf1d0c37de9e5ec33be13ca028d739046b3e8..1be9ca99258fc472072856333fec8b5432e99432 100644
|
| --- a/Source/core/dom/MutationRecord.idl
|
| +++ b/Source/core/dom/MutationRecord.idl
|
| @@ -39,8 +39,8 @@
|
| readonly attribute Node previousSibling;
|
| readonly attribute Node nextSibling;
|
|
|
| - [TreatReturnedNullStringAs=Null] readonly attribute DOMString attributeName;
|
| - [TreatReturnedNullStringAs=Null] readonly attribute DOMString attributeNamespace;
|
| + readonly attribute DOMString? attributeName;
|
| + readonly attribute DOMString? attributeNamespace;
|
|
|
| - [TreatReturnedNullStringAs=Null] readonly attribute DOMString oldValue;
|
| + readonly attribute DOMString? oldValue;
|
| };
|
|
|