[Webkit-unassigned] [Bug 88094] Web Inspector: Add a WebInspectorServer on Linux using the GSocket API for the GTK port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 9 08:04:10 PDT 2012


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





--- Comment #36 from Jesus Sanchez-Palencia <jesus at webkit.org>  2012-10-09 08:04:45 PST ---
(From update of attachment 167539)
View in context: https://bugs.webkit.org/attachment.cgi?id=167539&action=review

> Source/WebKit2/UIProcess/InspectorServer/WebSocketServer.h:40
> +#elif PLATFORM(GTK)

Shouldn't this be #elif USE(SOUP), instead? Then both GTK and EFL could benefit from it.
Also, I would move this entire block up, before the #if PLATFORM(QT), since it is related to includes and not namespaces/forward declarations.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list