Index: Source/core/html/HTMLContentElement.idl |
diff --git a/Source/core/html/HTMLContentElement.idl b/Source/core/html/HTMLContentElement.idl |
index d03ee3d34487d301ecc5e49030982f4c5d7fcba0..0979cf8d9acb6bc03f705eb702d660b6a5a8f828 100644 |
--- a/Source/core/html/HTMLContentElement.idl |
+++ b/Source/core/html/HTMLContentElement.idl |
@@ -27,7 +27,6 @@ |
// http://w3c.github.io/webcomponents/spec/shadow/#the-content-element |
interface HTMLContentElement : HTMLElement { |
- // FIXME: select should not have [TreatNullAs=NullString]. |
- [Reflect, TreatNullAs=NullString] attribute DOMString select; |
+ [Reflect] attribute DOMString select; |
NodeList getDistributedNodes(); |
}; |