Eliminate untraversed node types from LayoutNodeType.

MozReview-Commit-ID: 926ReI1BSsf
This commit is contained in:
Bobby Holley 2016-10-25 13:52:27 -07:00
parent 6b40f97289
commit 97fd61f512
4 changed files with 5 additions and 30 deletions

View file

@ -107,12 +107,7 @@ impl DomParallelInfo {
#[derive(Copy, Clone, PartialEq, Eq, Debug)]
pub enum LayoutNodeType {
Comment,
Document,
DocumentFragment,
DocumentType,
Element(LayoutElementType),
ProcessingInstruction,
Text,
}