[Webkit-unassigned] [Bug 60249] Make RenderStyle::setColumnBreakInside() reject unsupported enum values.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 5 19:06:43 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60249
--- Comment #9 from Eric Seidel <eric at webkit.org> 2011-05-05 19:06:43 PST ---
(From update of attachment 92527)
View in context: https://bugs.webkit.org/attachment.cgi?id=92527&action=review
> Source/WebCore/rendering/style/RenderStyle.h:1077
> + void setColumnBreakInside(EPageBreak p) { ASSERT(p == PBALWAYS || p == PBAVOID); SET_VAR(rareNonInheritedData.access()->m_multiCol, m_breakInside, p); }
I thought PBALWAS was not allowed?
--
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