Index: Source/core/html/shadow/HTMLContentElement.idl |
diff --git a/Source/core/html/shadow/HTMLContentElement.idl b/Source/core/html/shadow/HTMLContentElement.idl |
index 77095c2ca29a088728d6fcebcca68f194f6fd364..ab5934251520847dc2a5ee9579d3f35a8643926f 100644 |
--- a/Source/core/html/shadow/HTMLContentElement.idl |
+++ b/Source/core/html/shadow/HTMLContentElement.idl |
@@ -26,7 +26,7 @@ |
[ |
] interface HTMLContentElement : HTMLElement { |
- [Reflect] attribute DOMString select; |
+ [Reflect, TreatNullAs=NullString] attribute DOMString select; |
attribute boolean resetStyleInheritance; |
NodeList getDistributedNodes(); |
}; |