DescriptionASSERTION FAILED: !m_parsedCalculation in CSSPropertyParser::parseCalculation
After calling validUnit a CSSPrimitiveValue is supposed to be created. In this
case we do two validUnit calls in succession without creating a
CSSPrimitiveValue and clearing m_parsedCalculation, hitting the ASSERT in
parseCalculation on the second validUnit call. So single out m_parsedCalculation
and test it to be non negative, avoiding the second validUnit call.
BUG=457649
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190493
Patch Set 1 #
Total comments: 2
Patch Set 2 : Adress reviewing comments #Patch Set 3 : Remove unrelated change #
Total comments: 1
Patch Set 4 : Patch for landing #
Messages
Total messages: 27 (11 generated)
|