mirror of
https://github.com/servo/servo.git
synced 2025-06-18 22:34:30 +01:00
script: Make trees less generic
This commit is contained in:
parent
44a8b0987c
commit
199ca33b72
23 changed files with 382 additions and 523 deletions
|
@ -36,7 +36,6 @@ use script::dom::node::{AbstractNode, CommentNodeTypeId, DoctypeNodeTypeId};
|
|||
use script::dom::node::{DocumentFragmentNodeTypeId, DocumentNodeTypeId, ElementNodeTypeId};
|
||||
use script::dom::node::{LayoutView, PostorderNodeMutTraversal, TextNodeTypeId};
|
||||
use servo_util::slot::Slot;
|
||||
use servo_util::tree::TreeNodeRef;
|
||||
use std::util;
|
||||
use style::computed_values::{display, float};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue