mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove OptionalSettable.
It was obsoleted by MutNullableJS.
This commit is contained in:
parent
ee94b3e8bf
commit
8a08fff0b4
5 changed files with 4 additions and 17 deletions
|
@ -24,7 +24,7 @@ use dom::bindings::error::Fallible;
|
|||
use dom::bindings::error::Error::{NotFound, HierarchyRequest, Syntax};
|
||||
use dom::bindings::global::GlobalRef;
|
||||
use dom::bindings::js::{JS, JSRef, RootedReference, Temporary, Root};
|
||||
use dom::bindings::js::{OptionalSettable, TemporaryPushable, OptionalRootedRootable};
|
||||
use dom::bindings::js::{TemporaryPushable, OptionalRootedRootable};
|
||||
use dom::bindings::js::{ResultRootable, OptionalRootable, MutNullableJS};
|
||||
use dom::bindings::trace::JSTraceable;
|
||||
use dom::bindings::utils::{Reflectable, reflect_dom_object};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue