[Webkit-unassigned] [Bug 158297] Sporadic crash in HashTableAddResult following CSSValuePool::createFontFamilyValue
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 2 22:41:43 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158297
--- Comment #6 from erezg at microsoft.com ---
Also, I suspect this typescript function is causing trouble (might be another case):
export function getSvgMeasurementProperties(svgElement: SVGTextElement): TextProperties {
debug.assertValue(svgElement, 'svgElement');
let style = window.getComputedStyle(svgElement, null);
return {
text: svgElement.textContent,
fontFamily: style.fontFamily,
fontSize: style.fontSize,
fontWeight: style.fontWeight,
fontStyle: style.fontStyle,
fontVariant: style.fontVariant,
whiteSpace: style.whiteSpace
};
}
--
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/20160603/29c0312b/attachment-0001.html>
More information about the webkit-unassigned
mailing list