From 0a0599ad9b0c8723e94bd0889cda00d87250c64d Mon Sep 17 00:00:00 2001 From: Bobby Holley Date: Tue, 8 Oct 2013 20:04:29 +0200 Subject: Rename CacheableWrapper to Reflectable. --- src/components/script/script_task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/script/script_task.rs') diff --git a/src/components/script/script_task.rs b/src/components/script/script_task.rs index cf711c1fc68..1242b2732e1 100644 --- a/src/components/script/script_task.rs +++ b/src/components/script/script_task.rs @@ -8,7 +8,7 @@ use servo_msg::compositor_msg::{ScriptListener, Loading, PerformingLayout}; use servo_msg::compositor_msg::FinishedLoading; use dom::bindings::codegen::RegisterBindings; -use dom::bindings::utils::{CacheableWrapper, GlobalStaticData}; +use dom::bindings::utils::{Reflectable, GlobalStaticData}; use dom::document::AbstractDocument; use dom::element::Element; use dom::event::{Event_, ResizeEvent, ReflowEvent, ClickEvent, MouseDownEvent, MouseUpEvent}; -- cgit v1.2.3