Index: Source/core/dom/Attr.idl |
diff --git a/Source/core/dom/Attr.idl b/Source/core/dom/Attr.idl |
index 4a6e6b78de84bafbd06e66c733339ee3c0b83bb9..ac32bba8fe0dea39718e894940f3371b62445cb7 100644 |
--- a/Source/core/dom/Attr.idl |
+++ b/Source/core/dom/Attr.idl |
@@ -28,14 +28,6 @@ interface Attr : Node { |
[TreatReturnedNullStringAs=Null, TreatNullAs=NullString, RaisesException=Setter, CustomElementCallbacks] attribute DOMString value; |
- // DOM Level 2 |
- |
- [MeasureAs=AttributeOwnerElement] readonly attribute Element ownerElement; |
- |
- // DOM Level 3 |
- |
- [MeasureAs=AttributeIsId] readonly attribute boolean isId; |
- |
// DOM 4 |
[TreatReturnedNullStringAs=Null, TreatNullAs=NullString, PerWorldBindings, RaisesException=Setter] attribute DOMString prefix; |