mirror of
https://github.com/servo/servo.git
synced 2025-06-14 03:14:29 +00:00
Remove DocumentTypeId.
This commit is contained in:
parent
5ede84fa46
commit
870ccd95d2
8 changed files with 46 additions and 44 deletions
|
@ -52,7 +52,7 @@ pub fn serialize(iterator: &mut NodeIterator) -> ~str {
|
|||
DocumentFragmentNodeTypeId => {
|
||||
~""
|
||||
}
|
||||
DocumentNodeTypeId(_) => {
|
||||
DocumentNodeTypeId => {
|
||||
fail!("It shouldn't be possible to serialize a document node")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue