mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
Rename dom::bindings::js to dom::bindings::root
This commit is contained in:
@@ -7,9 +7,8 @@ use core::cell::Ref;
|
||||
use core::iter::FromIterator;
|
||||
use dom::bindings::cell::DOMRefCell;
|
||||
use dom::bindings::codegen::Bindings::WebGLVertexArrayObjectOESBinding;
|
||||
use dom::bindings::js::{JS, MutNullableJS};
|
||||
use dom::bindings::js::Root;
|
||||
use dom::bindings::reflector::reflect_dom_object;
|
||||
use dom::bindings::root::{JS, MutNullableJS, Root};
|
||||
use dom::globalscope::GlobalScope;
|
||||
use dom::webglbuffer::WebGLBuffer;
|
||||
use dom::webglobject::WebGLObject;
|
||||
|
||||
Reference in New Issue
Block a user