[Webkit-unassigned] [Bug 209165] ScriptDisallowedScope should disable isEventAllowedInMainThread and isEventDispatchAllowedInSubtree asserts in WebKit1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 18 17:51:19 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=209165

--- Comment #5 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 393721
  --> https://bugs.webkit.org/attachment.cgi?id=393721
Patch

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

> Source/WebCore/dom/ScriptDisallowedScope.h:27
> +#include <WebCore/RuntimeApplicationChecks.h>

Oh, wait, this is not the right way to include this header.
Should be: #icnlude "RuntimeApplicationChecks.h"

This is probably why the build failure is happening on GTK+ etc...

-- 
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/20200319/a8a970f4/attachment.htm>


More information about the webkit-unassigned mailing list