[Webkit-unassigned] [Bug 31080] WebInspector: Handle turning TimelineAgent on/off in the middle of an event dispatch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 3 15:15:57 PST 2009


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


Timothy Hatcher <timothy at hatcher.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #42423|                            |review-
               Flag|                            |




--- Comment #7 from Timothy Hatcher <timothy at hatcher.name>  2009-11-03 15:15:56 PDT ---
(From update of attachment 42423)

> -        if (timelineAgent)
> -            timelineAgent->didFireTimer();
> +    if (InspectorTimelineAgent* timelineAgent = InspectorTimelineAgent::retrieve(context))
> +        timelineAgent->didFireTimer();
>  #endif
>          return;

Bad indent.

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