aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
diff options
context:
space:
mode:
authorMatt Brubeck <mbrubeck@limpet.net>2014-10-19 09:49:59 -0700
committerMatt Brubeck <mbrubeck@limpet.net>2014-10-29 14:31:47 -0700
commit598150ea78998f5d65aa09c4cc14c5446874ae10 (patch)
tree6cbcc5a3987b2906f8a069a1c794e9db38b67b48 /components/script/dom/node.rs
parentf39e01b3366eabb5dca5d9cf1eb705731e56972f (diff)
downloadservo-598150ea78998f5d65aa09c4cc14c5446874ae10.tar.gz
servo-598150ea78998f5d65aa09c4cc14c5446874ae10.zip
Implement cloning steps for script element
Diffstat (limited to 'components/script/dom/node.rs')
-rw-r--r--components/script/dom/node.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/node.rs b/components/script/dom/node.rs
index 38884630e3b..4b4a574a07a 100644
--- a/components/script/dom/node.rs
+++ b/components/script/dom/node.rs
@@ -1572,6 +1572,7 @@ impl Node {
}
// Step 5: cloning steps.
+ vtable_for(&node).cloning_steps(*copy, maybe_doc, clone_children);
// Step 6.
if clone_children == CloneChildren {