[Webkit-unassigned] [Bug 60249] Make RenderStyle::setColumnBreakInside() reject unsupported enum values.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 5 20:16:42 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60249
--- Comment #10 from Luke Macpherson <macpherson at chromium.org> 2011-05-05 20:16:42 PST ---
(In reply to comment #9)
> (From update of attachment 92527 [details])
> 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?
Yeah, that's why I removed the r? until I had a chance to fix.
--
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