Remove ignore-heap-size comment to enable memory measurement on HashSet

This commit is contained in:
Wellington Cordeiro 2016-09-30 12:07:39 -06:00
parent c212234258
commit f12a7526a4

View file

@ -195,7 +195,6 @@ pub struct Window {
devtools_chan: Option<IpcSender<ScriptToDevtoolsControlMsg>>,
/// For sending timeline markers. Will be ignored if
/// no devtools server
#[ignore_heap_size_of = "TODO(#6909) need to measure HashSet"]
devtools_markers: DOMRefCell<HashSet<TimelineMarkerType>>,
#[ignore_heap_size_of = "channels are hard"]
devtools_marker_sender: DOMRefCell<Option<IpcSender<TimelineMarker>>>,