diff options
author | Josh Matthews <josh@joshmatthews.net> | 2014-09-19 10:54:26 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2014-09-19 10:54:26 -0400 |
commit | 6d6726178a02836b3089fe0dd13cd67d74fdc276 (patch) | |
tree | 7783e54abe43d1af16b71db7b7db90d471716a23 /components/script/dom/bindings | |
parent | f139eb51763091165136c88a7b9931fc09ebe2cc (diff) | |
parent | 92638a6fe6083a33bdbcb89a6abc1784b5d988ce (diff) | |
download | servo-6d6726178a02836b3089fe0dd13cd67d74fdc276.tar.gz servo-6d6726178a02836b3089fe0dd13cd67d74fdc276.zip |
Merge pull request #3253 from ChrisParis/TreeWalker
Implement TreeWalker
Diffstat (limited to 'components/script/dom/bindings')
-rw-r--r-- | components/script/dom/bindings/codegen/Bindings.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/script/dom/bindings/codegen/Bindings.conf b/components/script/dom/bindings/codegen/Bindings.conf index f8119bc71f5..f3a57a23cac 100644 --- a/components/script/dom/bindings/codegen/Bindings.conf +++ b/components/script/dom/bindings/codegen/Bindings.conf @@ -18,6 +18,10 @@ DOMInterfaces = { 'EventListener': { 'nativeType': 'EventListenerBinding::EventListener', }, +'NodeFilter': { + 'nativeType': 'NodeFilterBinding::NodeFilter', + 'returnType': 'NodeFilterBinding::NodeFilter', +}, 'Window': { 'outerObjectHook': 'Some(bindings::utils::outerize_global)', }, |