Squad: Get rid of const_cast in CSSToLengthConversionData |
|
Issue descriptionWe pass in const ComputedStyle to CSSToLengthConversionData, set rem and viewport unit flags on these const objects using const_cast. We should plumb these flags differently to avoid mutating ComputedStyle as this is not generally safe. |
|
►
Sign in to add a comment |
|