mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -126,7 +126,7 @@
|
|||
//! not allowed. In particular, any mutable fields use `Cell` or `DOMRefCell`
|
||||
//! to manage their mutability.
|
||||
//!
|
||||
//! `Reflector` and `Reflectable`
|
||||
//! `Reflector` and `DomObject`
|
||||
//! =============================
|
||||
//!
|
||||
//! Every DOM object has a `Reflector` as its first (transitive) member field.
|
||||
|
@ -136,7 +136,7 @@
|
|||
//! the DOM object in the reflector, and initializes the pointer to the reflector
|
||||
//! in the `Reflector` field.
|
||||
//!
|
||||
//! The `Reflectable` trait provides a `reflector()` method that returns the
|
||||
//! The `DomObject` trait provides a `reflector()` method that returns the
|
||||
//! DOM object's `Reflector`. It is implemented automatically for DOM structs
|
||||
//! through the `#[dom_struct]` attribute.
|
||||
//!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue