diff options
Diffstat (limited to 'components/script/dom/node.rs')
-rw-r--r-- | components/script/dom/node.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/node.rs b/components/script/dom/node.rs index f1ebf6f9965..c82fbb49e88 100644 --- a/components/script/dom/node.rs +++ b/components/script/dom/node.rs @@ -185,7 +185,6 @@ unsafe impl Send for OpaqueStyleAndLayoutData {} no_jsmanaged_fields!(OpaqueStyleAndLayoutData); - impl OpaqueStyleAndLayoutData { /// Sends the style and layout data, if any, back to the layout thread to be destroyed. pub fn dispose(self, node: &Node) { |