New issue
Advanced search Search tips

Issue 845151 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Squad: Get rid of const_cast in CSSToLengthConversionData

Project Member Reported by futhark@chromium.org, May 21 2018

Issue description

We 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