Null Ptr Deref @ WebCore::CSSValue::classType
This issue is similar to https://bugs.webkit.org/show_bug.cgi?id=208316. In here m_value.calc() is NULL and but we are trying to access function cssText() without nullptr check.
Created attachment 399666 [details] Patch
Created attachment 399667 [details] Patch
rdar://problem/63200254
Comment on attachment 399667 [details] Patch r=me
Committed r261830: <https://trac.webkit.org/changeset/261830> All reviewed patches have been landed. Closing bug and clearing flags on attachment 399667 [details].