mirror of
https://github.com/servo/servo.git
synced 2025-10-11 22:10:18 +01:00
Rename CacheableWrapper to Reflectable.
This commit is contained in:
parent
77f8dba48b
commit
0a0599ad9b
30 changed files with 96 additions and 96 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
use dom::bindings::codegen::DOMParserBinding;
|
||||
use dom::bindings::codegen::DOMParserBinding::SupportedTypeValues::{Text_html, Text_xml};
|
||||
use dom::bindings::utils::{DOMString, Fallible, WrapperCache, CacheableWrapper};
|
||||
use dom::bindings::utils::{DOMString, Fallible, WrapperCache, Reflectable};
|
||||
use dom::document::{AbstractDocument, Document, XML};
|
||||
use dom::element::HTMLHtmlElementTypeId;
|
||||
use dom::htmldocument::HTMLDocument;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue