[Webkit-unassigned] [Bug 62777] [EFL][WK2] Add RunLoopEfl and WorkQueueEfl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 16 01:12:10 PDT 2011


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





--- Comment #7 from YoungTaeck Song <youngtaeck.song at samsung.com>  2011-06-16 01:12:10 PST ---
(In reply to comment #3)
> View in context: https://bugs.webkit.org/attachment.cgi?id=97403&action=review
> 
> > Source/WebKit2/Platform/WorkQueue.h:57
> >  #if PLATFORM(QT)
> >  #include <QSocketNotifier>
> > -#include "PlatformProcessIdentifier.h"
> >  class QObject;
> >  class QThread;
> >  #elif PLATFORM(GTK)
> > -#include "PlatformProcessIdentifier.h"
> >  typedef struct _GMainContext GMainContext;
> >  typedef struct _GMainLoop GMainLoop;
> >  typedef gboolean (*GSourceFunc) (gpointer data);
> > +#elif PLATFORM(EFL)
> > +#include <Ecore.h>
> > +#endif
> > +
> > +#if PLATFORM(QT) || PLATFORM(GTK) || PLATFORM(EFL)
> > +#include "PlatformProcessIdentifier.h"
> >  #endif
> 
> Don't you forget to change PlatformProcessIdentifier.h?
> Each port defines PlatformProcessIdentifier in PlatformProcessIdentifier.h
> But, Efl port was missing if I remember correctly.

Sorry, I missed it. I submitted the new patch including modificaton of PlatformProcessIdentifier.h.

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