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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 15 23:51:16 PDT 2011


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





--- Comment #3 from Ryuan Choi <ryuan.choi at samsung.com>  2011-06-15 23:51:16 PST ---
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.

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