Index: Source/core/dom/Attr.idl |
=================================================================== |
--- Source/core/dom/Attr.idl (revision 172146) |
+++ Source/core/dom/Attr.idl (working copy) |
@@ -28,6 +28,10 @@ |
[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; |