[Webkit-unassigned] [Bug 83486] [EFL][DRT] EventSender needs implementation of leapForward function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 7 13:57:42 PDT 2012


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





--- Comment #14 from Raphael Kubo da Costa (rakuco) <rakuco at webkit.org>  2012-05-07 13:57:42 PST ---
(From update of attachment 140579)
View in context: https://bugs.webkit.org/attachment.cgi?id=140579&action=review

> Tools/DumpRenderTree/efl/EventSender.cpp:150
> +DEFINE_STATIC_LOCAL(WTF::Vector<DelayedEvent>, gEventQueue, ());

We're almost there. The idea of DEFINE_STATIC_LOCAL is to use it inside a function; there are example uses in ewk and in WebCore.

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