mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Rename Reflectable
to DomObject
.
Fixes https://github.com/servo/servo/issues/8473.
This commit is contained in:
parent
0fe94a6724
commit
449f6337d4
72 changed files with 168 additions and 168 deletions
|
@ -35,7 +35,7 @@ use syntax::symbol::Symbol;
|
|||
/// Handles the auto-deriving for `#[derive(JSTraceable)]`
|
||||
pub mod jstraceable;
|
||||
pub mod lints;
|
||||
/// Autogenerates implementations of Reflectable on DOM structs
|
||||
/// Autogenerates implementations of DomObject on DOM structs
|
||||
pub mod reflector;
|
||||
/// Utilities for writing plugins
|
||||
mod utils;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue