Avoid memmoving ValidationData more than necessary.

MozReview-Commit-ID: 70w3bZ2FU0W
This commit is contained in:
Bobby Holley 2017-09-11 13:54:28 -07:00
parent 74b4f95d71
commit 8268217767
2 changed files with 8 additions and 5 deletions

View file

@ -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(),
);