[Webkit-unassigned] [Bug 91731] [EFL][WK2][WTR] Implement EventSenderProxy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 19 23:17:18 PDT 2012


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





--- Comment #12 from Christophe Dumez <christophe.dumez at intel.com>  2012-07-19 23:17:19 PST ---
(From update of attachment 153423)
View in context: https://bugs.webkit.org/attachment.cgi?id=153423&action=review

LGTM but:

> Tools/WebKitTestRunner/efl/EventSenderProxyEfl.cpp:313
> +        WTREvent wtrEvent = m_eventQueue.first();

You could use Deque::takeFirst().

> Tools/WebKitTestRunner/efl/EventSenderProxyEfl.cpp:318
> +        m_eventQueue.removeFirst();

This line would become useless.

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