| Summary: | [WPE] WebPopupItem should always be forward declared as struct | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> | ||||
| Component: | Tools / Tests | Assignee: | Adrian Perez <aperez> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Local Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
Created attachment 404754 [details]
Patch for landing
Committed r264623: <https://trac.webkit.org/changeset/264623> All reviewed patches have been landed. Closing bug and clearing flags on attachment 404754 [details]. |
../Source/WebKit/UIProcess/API/wpe/WebKitWebViewClient.h:38:1: warning: class 'WebPopupItem' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] class WebPopupItem; ^ ../Source/WebKit/UIProcess/WebPageProxy.h:357:8: note: previous use is here struct WebPopupItem; ^