aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script_task.rs
diff options
context:
space:
mode:
authorBobby Holley <bobbyholley@gmail.com>2013-10-08 20:04:29 +0200
committerBobby Holley <bobbyholley@gmail.com>2013-10-09 12:03:18 +0200
commit0a0599ad9b0c8723e94bd0889cda00d87250c64d (patch)
treed5177ad670d0f1c50c6c58d863f40619e4d48114 /src/components/script/script_task.rs
parent77f8dba48b21e200b4b9c6d35db853581b9804bc (diff)
downloadservo-0a0599ad9b0c8723e94bd0889cda00d87250c64d.tar.gz
servo-0a0599ad9b0c8723e94bd0889cda00d87250c64d.zip
Rename CacheableWrapper to Reflectable.
Diffstat (limited to 'src/components/script/script_task.rs')
-rw-r--r--src/components/script/script_task.rs2
1 files changed, 1 insertions, 1 deletions
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};