mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Rename BindingDeclarations to Bindings.
This commit is contained in:
parent
488ac518e4
commit
97efd122a3
105 changed files with 120 additions and 120 deletions
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use dom::bindings::codegen::InheritTypes::XMLHttpRequestUploadDerived;
|
||||
use dom::bindings::codegen::BindingDeclarations::XMLHttpRequestUploadBinding;
|
||||
use dom::bindings::codegen::Bindings::XMLHttpRequestUploadBinding;
|
||||
use dom::bindings::js::{Temporary, JSRef};
|
||||
use dom::bindings::utils::{Reflectable, Reflector, reflect_dom_object};
|
||||
use dom::eventtarget::{EventTarget, XMLHttpRequestTargetTypeId};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue