mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Derive the HeapSizeOf on TimelineMarkerType
This commit is contained in:
parent
f12a7526a4
commit
39e5725063
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ pub struct TimelineMarker {
|
|||
pub end_stack: Option<Vec<()>>,
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Eq, Hash, Clone, Deserialize, Serialize)]
|
||||
#[derive(PartialEq, Eq, Hash, Clone, Deserialize, Serialize, HeapSizeOf)]
|
||||
pub enum TimelineMarkerType {
|
||||
Reflow,
|
||||
DOMEvent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue