[Webkit-unassigned] [Bug 143760] [W32] Compile-time assertion failure: RenderBlock_should_stay_small

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 10:34:45 PDT 2015


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

--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 250805
  --> https://bugs.webkit.org/attachment.cgi?id=250805
Move enum LineLayoutPath in RenderBlock

View in context: https://bugs.webkit.org/attachment.cgi?id=250805&action=review

> Source/WebCore/rendering/RenderBlock.h:-614
> -    enum LineLayoutPath { UndeterminedPath, SimpleLinesPath, LineBoxesPath, ForceLineBoxesPath };

It’s very strange the defining an enum type (not a data member, just a type) causes a “bitfield interruption”. Which compiler has this problem?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150415/e183eb58/attachment.html>


More information about the webkit-unassigned mailing list