RESOLVED FIXED 188478
[Cocoa] WebKit::PlatformPopupMenuData should use member initialization
https://bugs.webkit.org/show_bug.cgi?id=188478
Summary [Cocoa] WebKit::PlatformPopupMenuData should use member initialization
David Kilzer (:ddkilzer)
Reported 2018-08-10 13:35:55 PDT
WebKit::PlatformPopupMenuData should use member initialization. A new checker for the clang static analyzer found that the default constructor doesn't initialize these member fields to default values.
Attachments
Patch v1 (2.68 KB, patch)
2018-08-10 13:47 PDT, David Kilzer (:ddkilzer)
no flags
Radar WebKit Bug Importer
Comment 1 2018-08-10 13:36:12 PDT
David Kilzer (:ddkilzer)
Comment 2 2018-08-10 13:47:38 PDT
Created attachment 346919 [details] Patch v1
Joseph Pecoraro
Comment 3 2018-08-10 13:50:15 PDT
Comment on attachment 346919 [details] Patch v1 r=me
Joseph Pecoraro
Comment 4 2018-08-10 13:50:42 PDT
Comment on attachment 346919 [details] Patch v1 Leaving `cq?` until bots finish running.
WebKit Commit Bot
Comment 5 2018-08-10 19:55:30 PDT
Comment on attachment 346919 [details] Patch v1 Clearing flags on attachment: 346919 Committed r234781: <https://trac.webkit.org/changeset/234781>
WebKit Commit Bot
Comment 6 2018-08-10 19:55:31 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.