aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/codegen
diff options
context:
space:
mode:
authorlpy <pylaurent1314@gmail.com>2014-03-08 00:32:34 +0800
committerlpy <pylaurent1314@gmail.com>2014-03-12 11:29:58 +0800
commita2189ee066e32f3dbaa3e583fdd583dffcb1624e (patch)
treebdf9d0fa2d6f78485acf351b97dc80a01f22c9e2 /src/components/script/dom/bindings/codegen
parentaf616dba58cbf589b116b9e3cde4429df43e72cd (diff)
downloadservo-a2189ee066e32f3dbaa3e583fdd583dffcb1624e.tar.gz
servo-a2189ee066e32f3dbaa3e583fdd583dffcb1624e.zip
implement HTMLDataListElement.options
Diffstat (limited to 'src/components/script/dom/bindings/codegen')
-rw-r--r--src/components/script/dom/bindings/codegen/Bindings.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/bindings/codegen/Bindings.conf b/src/components/script/dom/bindings/codegen/Bindings.conf
index 369d08bfdf0..6718071ac7d 100644
--- a/src/components/script/dom/bindings/codegen/Bindings.conf
+++ b/src/components/script/dom/bindings/codegen/Bindings.conf
@@ -138,7 +138,7 @@ addHTMLElement('HTMLBRElement')
addHTMLElement('HTMLCanvasElement')
addHTMLElement('HTMLDataElement')
addHTMLElement('HTMLDivElement')
-addHTMLElement('HTMLDataListElement')
+addHTMLElement('HTMLDataListElement', needsAbstract=['options'])
addHTMLElement('HTMLDirectoryElement')
addHTMLElement('HTMLDListElement')
addHTMLElement('HTMLElement')