From 449f6337d4d42dcc93c015e63bba80068a109513 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 8 Dec 2016 08:43:52 -1000 Subject: Rename `Reflectable` to `DomObject`. Fixes https://github.com/servo/servo/issues/8473. --- components/script/script_thread.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/script_thread.rs') diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs index 983d6fc8e36..ad8c3d09e57 100644 --- a/components/script/script_thread.rs +++ b/components/script/script_thread.rs @@ -36,7 +36,7 @@ use dom::bindings::js::{JS, MutNullableHeap, Root, RootCollection}; use dom::bindings::js::{RootCollectionPtr, RootedReference}; use dom::bindings::num::Finite; use dom::bindings::refcounted::Trusted; -use dom::bindings::reflector::Reflectable; +use dom::bindings::reflector::DomObject; use dom::bindings::str::DOMString; use dom::bindings::trace::JSTraceable; use dom::bindings::utils::WRAP_CALLBACKS; -- cgit v1.2.3