diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-02-11 17:04:57 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-02-13 11:13:19 +0100 |
commit | 55dcee94be61b05ce85c4226a285e3f63b95fc1c (patch) | |
tree | 7457b0211605d621b29476922b2d4600e871ad84 /components/script/mem.rs | |
parent | 26a82a6338d57ac9a384492fe68b4e1eb5674a65 (diff) | |
download | servo-55dcee94be61b05ce85c4226a285e3f63b95fc1c.tar.gz servo-55dcee94be61b05ce85c4226a285e3f63b95fc1c.zip |
Bump heapsize to 0.3
Diffstat (limited to 'components/script/mem.rs')
-rw-r--r-- | components/script/mem.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/mem.rs b/components/script/mem.rs index e276b1a5c3d..9e10140392e 100644 --- a/components/script/mem.rs +++ b/components/script/mem.rs @@ -7,7 +7,7 @@ use dom::bindings::conversions::get_dom_class; use dom::bindings::reflector::Reflectable; use heapsize::{HeapSizeOf, heap_size_of}; -use libc::c_void; +use std::os::raw::c_void; // This is equivalent to measuring a Box<T>, except that DOM objects lose their // associated box in order to stash their pointers in a reserved slot of their |