WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
alan
Comment 1
2018-04-25 16:56:41 PDT
Created
attachment 338828
[details]
Patch
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
Committed
r231038
: <
https://trac.webkit.org/changeset/231038
>
Radar WebKit Bug Importer
Comment 4
2018-04-25 19:11:57 PDT
<
rdar://problem/39744388
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug