-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Address assorted smart pointer warnings in Source/WebKit #47114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address assorted smart pointer warnings in Source/WebKit #47114
Conversation
EWS run on previous version of this PR (hash 76fc7cd) |
Safer C++ Build #41384 (76fc7cd)
|
76fc7cd
to
654a545
Compare
EWS run on current version of this PR (hash 654a545) |
https://bugs.webkit.org/show_bug.cgi?id=294899 Reviewed by Chris Dumez. Apply https://github.com/WebKit/WebKit/wiki/Safer-CPP-Guidelines and notably in RemoteScrollingCoordinatorProxyMac and RTCDataChannelRemoteManager we change a member variable from RefPtr to Ref and make it const. Canonical link: https://commits.webkit.org/296576@main
654a545
to
ddfd739
Compare
Committed 296576@main (ddfd739): https://commits.webkit.org/296576@main Reviewed commits have been landed. Closing PR #47114 and removing active labels. |
ddfd739
654a545