Cleanup ProcessingInstruction

This commit is contained in:
Anthony Ramine 2015-04-10 00:32:01 +02:00
parent 51dd6984f7
commit 2411d607d4
3 changed files with 12 additions and 4 deletions

View file

@ -25,6 +25,7 @@ use dom::htmlscriptelement::HTMLScriptElementHelpers;
use dom::node::{Node, NodeHelpers, NodeTypeId};
use dom::node::{document_from_node, window_from_node};
use dom::processinginstruction::ProcessingInstruction;
use dom::processinginstruction::ProcessingInstructionHelpers;
use dom::servohtmlparser;
use dom::servohtmlparser::{ServoHTMLParser, FragmentContext};
use dom::text::Text;