Index: Source/core/dom/Attr.idl |
diff --git a/Source/core/dom/Attr.idl b/Source/core/dom/Attr.idl |
index f4aca2705f71a0674619c824fe8867f20f83a201..7e4f8e38933497b1016a64b7d93a8f52314ac61c 100644 |
--- a/Source/core/dom/Attr.idl |
+++ b/Source/core/dom/Attr.idl |
@@ -31,8 +31,7 @@ interface Attr : Node { |
[ImplementedAs=valueForBindings, MeasureAs=AttrNodeValue] attribute DOMString? nodeValue; // legacy alias of .value |
[ImplementedAs=valueForBindings, MeasureAs=AttrTextContent] attribute DOMString? textContent; // legacy alias of .value |
- // FIXME: ownerElement should be nullable. |
- [MeasureAs=AttributeOwnerElement] readonly attribute Element ownerElement; |
+ [MeasureAs=AttributeOwnerElement] readonly attribute Element? ownerElement; |
[MeasureAs=AttributeSpecified] readonly attribute boolean specified; // useless; always returns true |