Index: Source/core/dom/Element.idl |
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
index e16fbb87d0d3278386f13f82c09e9679e4207408..ecb8c4a32d91392a8a90892fb78be915839b9fe1 100644 |
--- a/Source/core/dom/Element.idl |
+++ b/Source/core/dom/Element.idl |
@@ -25,9 +25,8 @@ |
] interface Element : Node { |
readonly attribute DOMString? namespaceURI; |
readonly attribute DOMString? prefix; |
- // FIXME: localName/tagName should not be nullable. |
- readonly attribute DOMString? localName; |
- readonly attribute DOMString? tagName; |
+ readonly attribute DOMString localName; |
+ readonly attribute DOMString tagName; |
[Reflect, ExposeJSAccessors] attribute DOMString id; |
[Reflect=class] attribute DOMString className; |