| Index: Source/core/dom/Attr.idl
|
| diff --git a/Source/core/dom/Attr.idl b/Source/core/dom/Attr.idl
|
| index d3c23f5912394e7c89b5598196237898c8d8de2e..9c1fb6c82a50e9a111cd16f0596fe6b54c0816b2 100644
|
| --- a/Source/core/dom/Attr.idl
|
| +++ b/Source/core/dom/Attr.idl
|
| @@ -36,8 +36,8 @@ interface Attr : Node {
|
|
|
| // DOM 4
|
|
|
| - [TreatReturnedNullStringAs=Null, PerWorldBindings] readonly attribute DOMString prefix;
|
| - [TreatReturnedNullStringAs=Null, PerWorldBindings] readonly attribute DOMString namespaceURI;
|
| - [TreatReturnedNullStringAs=Null, PerWorldBindings] readonly attribute DOMString localName;
|
| + [TreatReturnedNullStringAs=Null] readonly attribute DOMString prefix;
|
| + [TreatReturnedNullStringAs=Null] readonly attribute DOMString namespaceURI;
|
| + [TreatReturnedNullStringAs=Null] readonly attribute DOMString localName;
|
| };
|
|
|
|
|