| Index: Source/core/dom/Node.idl
|
| diff --git a/Source/core/dom/Node.idl b/Source/core/dom/Node.idl
|
| index b0660000811f714a5263ccb98d53f5ecc0deb4a0..6a9fbc7ff1db98d442b9d61deb31ae6a68cc61a4 100644
|
| --- a/Source/core/dom/Node.idl
|
| +++ b/Source/core/dom/Node.idl
|
| @@ -36,9 +36,8 @@
|
| const unsigned short DOCUMENT_FRAGMENT_NODE = 11;
|
| const unsigned short NOTATION_NODE = 12;
|
|
|
| - [TreatReturnedNullStringAs=Null, PerWorldBindings] readonly attribute DOMString nodeName;
|
| + [PerWorldBindings] readonly attribute DOMString nodeName;
|
|
|
| - // FIXME: the spec says this can also raise on retrieval.
|
| [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, PerWorldBindings, CustomElementCallbacks] attribute DOMString nodeValue;
|
|
|
| [PerWorldBindings] readonly attribute unsigned short nodeType;
|
|
|