mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: update stack size of SourcePropertyDeclaration
This commit is contained in:
parent
33ead015b1
commit
188687d6a3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ size_of_test!(test_size_of_rule_node, RuleNode, 80);
|
|||
|
||||
// This is huge, but we allocate it on the stack and then never move it,
|
||||
// we only pass `&mut SourcePropertyDeclaration` references around.
|
||||
size_of_test!(test_size_of_parsed_declaration, style::properties::SourcePropertyDeclaration, 576);
|
||||
size_of_test!(test_size_of_parsed_declaration, style::properties::SourcePropertyDeclaration, 608);
|
||||
|
||||
size_of_test!(test_size_of_computed_image, computed::image::Image, 40);
|
||||
size_of_test!(test_size_of_specified_image, specified::image::Image, 40);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue