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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 20 01:16:03 PST 2014


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





--- Comment #6 from Mihai Tica <mitica at adobe.com>  2014-02-20 01:13:13 PST ---
(In reply to comment #5)
> (From update of attachment 224608 [details])
> 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?

All of RenderStyle's constructors initialise a valid rareNonInheritedData member, so I don't think this will crash.

-- 
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