diff options
author | Bobby Holley <bobbyholley@gmail.com> | 2013-10-08 20:04:29 +0200 |
---|---|---|
committer | Bobby Holley <bobbyholley@gmail.com> | 2013-10-09 12:03:18 +0200 |
commit | 0a0599ad9b0c8723e94bd0889cda00d87250c64d (patch) | |
tree | d5177ad670d0f1c50c6c58d863f40619e4d48114 /src/components/script/script_task.rs | |
parent | 77f8dba48b21e200b4b9c6d35db853581b9804bc (diff) | |
download | servo-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.rs | 2 |
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}; |