mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Implement Range::createContextualFragment
This commit is contained in:
parent
2ef1437457
commit
5ab7f54762
12 changed files with 52 additions and 38 deletions
|
@ -130,7 +130,6 @@ impl Element {
|
|||
create_element(name, prefix, document, creator)
|
||||
}
|
||||
|
||||
|
||||
pub fn new_inherited(local_name: Atom,
|
||||
namespace: Namespace, prefix: Option<DOMString>,
|
||||
document: &Document) -> Element {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue