[Webkit-unassigned] [Bug 128958] Add support for the isolation property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 19 10:47:18 PST 2014


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





--- Comment #5 from Simon Fraser (smfr) <simon.fraser at apple.com>  2014-02-19 10:44:28 PST ---
(From update of attachment 224608)
View in context: https://bugs.webkit.org/attachment.cgi?id=224608&action=review

> Source/WebCore/rendering/style/RenderStyle.h:975
> +    bool hasIsolation() const { return rareNonInheritedData->m_isolation != IsolationAuto; }

Won't this crash if rareNonInheritedData hasn't been allocated?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list