[Webkit-unassigned] [Bug 104889] [QT][GTK][EFL] Add guard for WebInspectorServer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 13 15:40:00 PST 2012


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





--- Comment #3 from Seokju Kwon <seokju.kwon at gmail.com>  2012-12-13 15:42:21 PST ---
(In reply to comment #2)
> (From update of attachment 179255 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=179255&action=review
> 
> > Source/WebKit2/ChangeLog:9
> > +
> > +        Add ENABLE(INSPECTOR_SERVER) guard around platform-specific implementation for WebInspectorServer.
> > +
> 
> Are you sure that is defined by default by all these ports?

in Source/WebKit2/config.h

#ifndef ENABLE_INSPECTOR_SERVER
#if PLATFORM(QT) || PLATFORM(GTK) || PLATFORM(EFL)
#define ENABLE_INSPECTOR_SERVER 1
#endif
#endif

-- 
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