diff options
author | Ms2ger <ms2ger@gmail.com> | 2015-01-19 22:56:45 +0100 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2015-01-19 23:08:11 +0100 |
commit | 8a08fff0b4c9952bb8e407301408cac179c1a974 (patch) | |
tree | 9209b794029eff6a750c06da659863c439715a40 /components/script/dom/node.rs | |
parent | ee94b3e8bf659c847bda967700272f8f98fdb0cc (diff) | |
download | servo-8a08fff0b4c9952bb8e407301408cac179c1a974.tar.gz servo-8a08fff0b4c9952bb8e407301408cac179c1a974.zip |
Remove OptionalSettable.
It was obsoleted by MutNullableJS.
Diffstat (limited to 'components/script/dom/node.rs')
-rw-r--r-- | components/script/dom/node.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/node.rs b/components/script/dom/node.rs index fb336efd85b..83c14208cbb 100644 --- a/components/script/dom/node.rs +++ b/components/script/dom/node.rs @@ -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}; |