[Webkit-unassigned] [Bug 213224] REGRESSION (r262994): Web inspector is killed when context-clicking anywhere
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 15 21:26:36 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=213224
--- Comment #2 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
(In reply to David Kilzer (:ddkilzer) from comment #1)
> Created attachment 401976 [details]
> Patch v1 (WIP: help with SFINAE)
>
> I've been trying to figure out the correct way to do SFINAE for the
> WTF::isValueEnum() template specialization for WebCore::ContextMenuAction,
> but it always conflicts with the specialization for IPC::MessageName (or the
> new specialization can't be found).
>
> If feels like something silly I'm missing (like a #include
> <WebCore/ContextMenuItem.h>), but I can't figure it out.
>
> Will sleep on it and look tomorrow morning. (Or I'll figure it out soon
> after I post this patch.)
Yep. I was missing #include <WebCore/ContextMenuItem.h> includes from:
Source/WebKit/Platform/IPC/Decoder.h
Source/WebKit/Platform/IPC/Encoder.h
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200616/dd389e91/attachment.htm>
More information about the webkit-unassigned
mailing list