[webkit-reviews] review granted: [Bug 222291] WebMouseEvent.h should avoid pulling in WebCore headers that know about DOM nodes : [Attachment 421259] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 22 17:16:23 PST 2021


Darin Adler <darin at apple.com> has granted Wenson Hsieh
<wenson_hsieh at apple.com>'s request for review:
Bug 222291: WebMouseEvent.h should avoid pulling in WebCore headers that know
about DOM nodes
https://bugs.webkit.org/show_bug.cgi?id=222291

Attachment 421259: Patch

https://bugs.webkit.org/attachment.cgi?id=421259&action=review




--- Comment #3 from Darin Adler <darin at apple.com> ---
Comment on attachment 421259
  --> https://bugs.webkit.org/attachment.cgi?id=421259
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=421259&action=review

> Source/WebCore/dom/PointerEventTypeNames.h:28
> +namespace WebCore {

Since this header uses WTF::String, it should include <wtf/Forward.h>.


More information about the webkit-reviews mailing list