From 1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 27 Jun 2017 06:07:23 +0000 Subject: webkitgtk-2.16.5 --- Source/WebCore/dom/MutationRecord.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/WebCore/dom/MutationRecord.idl') diff --git a/Source/WebCore/dom/MutationRecord.idl b/Source/WebCore/dom/MutationRecord.idl index 5f25de392..a5e785175 100644 --- a/Source/WebCore/dom/MutationRecord.idl +++ b/Source/WebCore/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; }; -- cgit v1.2.1