mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
ShadowRoot interface
This commit is contained in:
parent
cbcf21c248
commit
18ae0fcbd6
8 changed files with 82 additions and 22 deletions
|
@ -27,7 +27,7 @@ pub struct DocumentFragment {
|
|||
|
||||
impl DocumentFragment {
|
||||
/// Creates a new DocumentFragment.
|
||||
fn new_inherited(document: &Document) -> DocumentFragment {
|
||||
pub fn new_inherited(document: &Document) -> DocumentFragment {
|
||||
DocumentFragment {
|
||||
node: Node::new_inherited(document),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue