mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Auto merge of #7426 - dzbarsky:surroundcontents, r=glennw
Implement Range#surroundContents <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7426) <!-- Reviewable:end -->
This commit is contained in:
commit
c349b7b3a1
4 changed files with 38 additions and 3816 deletions
|
@ -50,8 +50,8 @@ interface Range {
|
|||
DocumentFragment cloneContents();
|
||||
[Throws]
|
||||
void insertNode(Node node);
|
||||
// [Throws]
|
||||
// void surroundContents(Node newParent);
|
||||
[Throws]
|
||||
void surroundContents(Node newParent);
|
||||
|
||||
[NewObject]
|
||||
Range cloneRange();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue