[Webkit-unassigned] [Bug 144739] Fix sizes crash and add invalid value tests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 10 15:32:46 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=144739

--- Comment #8 from Darin Adler <darin at apple.com> ---
Comment on attachment 252614
  --> https://bugs.webkit.org/attachment.cgi?id=252614
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=252614&action=review

> Source/WebCore/css/SourceSizeList.cpp:61
> +    return CSSPrimitiveValue::create(100, CSSPrimitiveValue::CSS_VW)->computeLength<unsigned>(CSSToLengthConversionData(&style, &style, view));

This needs a FIXME. We want to reimplement this so it does it without allocating a CSSPrimitiveValue object in the future.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150510/6095f565/attachment.html>


More information about the webkit-unassigned mailing list