RESOLVED FIXED 185016
[LFC] Add support for is<> and downcast<>
https://bugs.webkit.org/show_bug.cgi?id=185016
Summary [LFC] Add support for is<> and downcast<>
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.