Bug 185016

Summary: [LFC] Add support for is<> and downcast<>
Product: WebKit Reporter: alan <zalan>
Component: Layout and RenderingAssignee: alan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

alan
Reported 2018-04-25 16:53:55 PDT
ssia.
Attachments
Patch (9.26 KB, patch)
2018-04-25 16:56 PDT, alan
koivisto: review+
alan
Comment 1 2018-04-25 16:56:41 PDT
Antti Koivisto
Comment 2 2018-04-25 16:58:32 PDT
Comment on attachment 338828 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=338828&action=review > Source/WebCore/layout/layouttree/LayoutBox.h:117 > bool m_isAnonymous { false }; > + > + unsigned m_baseTypeFlags : 3; Since you are adding a bitfield, you could put m_isAnonymous there as well.
alan
Comment 3 2018-04-25 19:04:55 PDT
Radar WebKit Bug Importer
Comment 4 2018-04-25 19:11:57 PDT
Note You need to log in before you can comment on or make changes to this bug.