mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement CDATASection interface and createCDATASection method
This commit is contained in:
parent
431423388e
commit
4b8282b3b1
18 changed files with 106 additions and 112 deletions
|
@ -24,7 +24,7 @@ pub struct Text {
|
|||
}
|
||||
|
||||
impl Text {
|
||||
fn new_inherited(text: DOMString, document: &Document) -> Text {
|
||||
pub fn new_inherited(text: DOMString, document: &Document) -> Text {
|
||||
Text {
|
||||
characterdata: CharacterData::new_inherited(text, document),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue