mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Avoid memmoving ValidationData more than necessary.
MozReview-Commit-ID: 70w3bZ2FU0W
This commit is contained in:
parent
74b4f95d71
commit
8268217767
2 changed files with 8 additions and 5 deletions
|
@ -679,7 +679,7 @@ where
|
|||
.insert_if_possible(
|
||||
&element,
|
||||
new_styles.primary(),
|
||||
target.take_validation_data(),
|
||||
&mut target,
|
||||
context.thread_local.bloom_filter.matching_depth(),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue