mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Cleanup ProcessingInstruction
This commit is contained in:
parent
51dd6984f7
commit
2411d607d4
3 changed files with 12 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue