diff options
Diffstat (limited to 'dom/bindings/Bindings.conf')
-rw-r--r-- | dom/bindings/Bindings.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/dom/bindings/Bindings.conf b/dom/bindings/Bindings.conf index f08094617..afa019c46 100644 --- a/dom/bindings/Bindings.conf +++ b/dom/bindings/Bindings.conf @@ -1,5 +1,4 @@ # -*- Mode:Python; tab-width:8; indent-tabs-mode:nil -*- */ -# vim: set ts=8 sts=4 et sw=4 tw=80: */ # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -1640,6 +1639,15 @@ DOMInterfaces = { 'register': False, }, +'TestHTMLConstructorInterface' : { + 'headerFile': 'TestBindingHeader.h', + 'register': False, + }, + +'TestCEReactionsInterface' : { + 'headerFile': 'TestBindingHeader.h', + 'register': False, + }, } # These are temporary, until they've been converted to use new DOM bindings |