mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Rename dom::bindings::js to dom::bindings::root
This commit is contained in:
parent
dafcd821f5
commit
0e3c54c191
297 changed files with 310 additions and 323 deletions
|
@ -3,8 +3,8 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use dom::bindings::codegen::Bindings::CSSViewportRuleBinding;
|
||||
use dom::bindings::js::Root;
|
||||
use dom::bindings::reflector::reflect_dom_object;
|
||||
use dom::bindings::root::Root;
|
||||
use dom::bindings::str::DOMString;
|
||||
use dom::cssrule::{CSSRule, SpecificCSSRule};
|
||||
use dom::cssstylesheet::CSSStyleSheet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue