mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b873dee10d
We often set mStyleRuleRefreshTime to null to ensure styles get updated. However, CanThrottleTransformChanges doesn't check for this case and blindly does subtraction using this value. Until now we've got away with this but now that we set mStyleRuleRefreshTime to null when making changes via the API this case crops up in different circumstances and we can trip over it. This patch simply adds a null check before using mStyleRuleRefreshTime in CanThrottleTransformChanges. All other cases where we operate on mStyleRuleRefreshTime check for null. |
||
---|---|---|
.. | ||
analysis | ||
base | ||
build | ||
doc | ||
forms | ||
generic | ||
inspector | ||
ipc | ||
mathml | ||
media | ||
printing | ||
reftests | ||
style | ||
svg | ||
tables | ||
tools | ||
xul | ||
moz.build |