mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove remaining reference to the long-disappeared JSRef type.
This commit is contained in:
parent
754120684b
commit
ff0992401e
2 changed files with 3 additions and 2 deletions
|
@ -33,7 +33,8 @@
|
|||
//!
|
||||
//! The instance methods for an interface `Foo` are defined on a
|
||||
//! `dom::bindings::codegen::Bindings::FooBindings::FooMethods` trait. This
|
||||
//! trait is then implemented for `JSRef<'a, Foo>`.
|
||||
//! trait is then implemented for `Foo`. (All methods take an `&self`
|
||||
//! parameter, as pointers to DOM objects can be freely aliased.)
|
||||
//!
|
||||
//! The return type and argument types are determined [as described below]
|
||||
//! (#rust-reflections-of-webidl-types).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue