[Webkit-unassigned] [Bug 200066] Non-callable "handleEvent" property is silently ignored

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 26 10:00:26 PDT 2019


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

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

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

> Source/WebCore/bindings/js/JSEventListener.cpp:153
> +            reportException(exec, createTypeError(exec, "'handleEvent' property of event listener should be callable"_s));

Not sure if we really need to create an exception object just to do the logging, but seems fine for now at least.

-- 
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/20190926/2e7f52cf/attachment.html>


More information about the webkit-unassigned mailing list