[Webkit-unassigned] [Bug 103006] [EFL][WK2] Missing the routine to check the validation for workqueue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 22 01:29:53 PST 2012


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





--- Comment #12 from Mikhail Pozdnyakov <mikhail.pozdnyakov at intel.com>  2012-11-22 01:31:54 PST ---
(From update of attachment 175619)
View in context: https://bugs.webkit.org/attachment.cgi?id=175619&action=review

> Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:82
> +        for (size_t i = 0; i < workItemQueue.size(); ++i) {

calculating size each iteration?

> Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:83
> +            Function<void()> function = workItemQueue[i];

Sorry if I missed something, but is it mandatory to have 'function' variable here? Could it be just 'workItemQueue[i]()' after m_isValid check?

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