diff options
author | benshu <benshu@benshu.de> | 2015-08-18 15:11:09 +0200 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2016-02-24 13:51:47 -0500 |
commit | 0785d91ae460dc0702dc1cd8f5e00d0c0446269c (patch) | |
tree | f62a9d56e106c751eb0dc4b6eb2c54de0b6b2ffa /components/script/dom/node.rs | |
parent | 9ab2da3cd111eb619d5ed779b6bb42c750a99f00 (diff) | |
download | servo-0785d91ae460dc0702dc1cd8f5e00d0c0446269c.tar.gz servo-0785d91ae460dc0702dc1cd8f5e00d0c0446269c.zip |
Completed implementation of devtools' `getLayout`.
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) { |