Extract mutability out of Reflectable trait.

This commit is contained in:
Josh Matthews 2016-08-23 15:51:44 -04:00 committed by Ms2ger
parent bba3eefde8
commit 8653450b6e
5 changed files with 24 additions and 6 deletions

View file

@ -5452,6 +5452,7 @@ def generate_imports(config, cgthings, descriptors, callbacks=None, dictionaries
'dom::bindings::js::OptionalRootedReference',
'dom::bindings::js::Root',
'dom::bindings::js::RootedReference',
'dom::bindings::reflector::MutReflectable',
'dom::bindings::reflector::Reflectable',
'dom::bindings::utils::DOMClass',
'dom::bindings::utils::DOMJSClass',