[Webkit-unassigned] [Bug 204715] [GTK] WebKitGTK build hangs on g-ir-scanner
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 6 08:53:04 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=204715
--- Comment #9 from Jim Mason <jmason at ibinx.com> ---
(In reply to Carlos Garcia Campos from comment #5)
> Comment on attachment 385005 [details]
> Patch
>
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=385005&action=review
>
> > Source/JavaScriptCore/inspector/remote/RemoteInspector.h:181
> > - static const SocketConnection::MessageHandlers s_messageHandlers;
> > + static const SocketConnection::MessageHandlers& getMessageHandlers();
>
> getMessageHandlers() -> messageHandlers()
>
> > Source/JavaScriptCore/inspector/remote/glib/RemoteInspectorGlib.cpp:97
> > + static SocketConnection::MessageHandlers *messageHandlers = new SocketConnection::MessageHandlers({
>
> Use NeverDestroyed.
Thanks Carlos, I have revised the patch with your suggestions.
--
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/20191206/afc71d34/attachment.htm>
More information about the webkit-unassigned
mailing list