[Webkit-unassigned] [Bug 23560] Implement SharedTimer on WorkerRunLoop
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 27 23:31:49 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23560
------- Comment #6 from mrowe at apple.com 2009-01-27 23:31 PDT -------
(From update of attachment 27085)
> - task->performTask(context);
> + if (result == MessageQueueTerminated)
> + break;
> + else if (result == MessageQueueMessageReceived)
> + task->performTask(context);
> + else
> + m_sharedTimer->fire();
You don't need an "else" after the "break".
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list