| Index: Source/core/dom/Attr.idl
|
| diff --git a/Source/core/dom/Attr.idl b/Source/core/dom/Attr.idl
|
| index e497d13449f38ba2510f778ba29ad58baf4f1394..3e44a7316dd4b5abd8a8a199a544ceca1141c2f3 100644
|
| --- a/Source/core/dom/Attr.idl
|
| +++ b/Source/core/dom/Attr.idl
|
| @@ -28,6 +28,10 @@ interface Attr : Node {
|
|
|
| [ImplementedAs=valueForBindings, TreatReturnedNullStringAs=Null, TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString value;
|
|
|
| + // DOM Level 2
|
| +
|
| + [DeprecateAs=AttributeOwnerElement] readonly attribute Element ownerElement;
|
| +
|
| // DOM 4
|
|
|
| [TreatReturnedNullStringAs=Null, PerWorldBindings] readonly attribute DOMString prefix;
|
|
|