mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -23,7 +23,7 @@ use dom::bindings::error::{ErrorResult, Fallible};
|
|||
use dom::bindings::error::Error::{NotSupported, InvalidCharacter};
|
||||
use dom::bindings::error::Error::{HierarchyRequest, NamespaceError};
|
||||
use dom::bindings::global::GlobalRef;
|
||||
use dom::bindings::js::{MutNullableJS, JS, JSRef, Temporary, OptionalSettable, TemporaryPushable};
|
||||
use dom::bindings::js::{MutNullableJS, JS, JSRef, Temporary, TemporaryPushable};
|
||||
use dom::bindings::js::{OptionalRootable, RootedReference};
|
||||
use dom::bindings::utils::reflect_dom_object;
|
||||
use dom::bindings::utils::xml_name_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue