mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
Rename CacheableWrapper to Reflectable.
This commit is contained in:
parent
77f8dba48b
commit
0a0599ad9b
30 changed files with 96 additions and 96 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue