mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Auto merge of #11496 - GuillaumeGomez:range, r=nox
Implement Range::createContextualFragment <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11496) <!-- Reviewable:end -->
This commit is contained in:
commit
51d41c5161
8 changed files with 49 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