Rename dom::bindings::js to dom::bindings::root

This commit is contained in:
Anthony Ramine 2017-09-25 23:30:24 +02:00
parent dafcd821f5
commit 0e3c54c191
297 changed files with 310 additions and 323 deletions

View file

@ -5,8 +5,8 @@
//! Base classes to work with IDL callbacks.
use dom::bindings::error::{Error, Fallible, report_pending_exception};
use dom::bindings::js::{JS, Root};
use dom::bindings::reflector::DomObject;
use dom::bindings::root::{JS, Root};
use dom::bindings::settings_stack::{AutoEntryScript, AutoIncumbentScript};
use dom::bindings::utils::AsCCharPtrPtr;
use dom::globalscope::GlobalScope;