[Webkit-unassigned] [Bug 23560] Implement SharedTimer on WorkerRunLoop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 3 00:57:17 PST 2009


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


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27135|review?                     |review+
               Flag|                            |




------- Comment #9 from ap at webkit.org  2009-02-03 00:57 PDT -------
(From update of attachment 27135)
> +    {}

We usually put braces on separate lines in this context.

> +    bool isActive() { return m_sharedTimerFunction && m_nextFireTime != 0; }

No need for "!= 0" here.

r=me


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