summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/core/html/shadow/HTMLContentElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/html/shadow/HTMLContentElement.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/html/shadow/HTMLContentElement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/html/shadow/HTMLContentElement.idl b/chromium/third_party/WebKit/Source/core/html/shadow/HTMLContentElement.idl
index 77095c2ca29..ab593425152 100644
--- a/chromium/third_party/WebKit/Source/core/html/shadow/HTMLContentElement.idl
+++ b/chromium/third_party/WebKit/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();
};