[Webkit-unassigned] [Bug 36890] Web Inspector: Timeline Events are not propagated to frontend.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 08:50:50 PDT 2010


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





--- Comment #4 from Timothy Hatcher <timothy at hatcher.name>  2010-04-01 08:50:50 PST ---
(From update of attachment 52291)
> +            InspectorTimelineAgent* timelineAgent = inspectedPage->inspectorTimelineAgent();
>              if (timelineAgent) {

You should combine these two lines.


> +        InspectorTimelineAgent* timelineAgent = inspectedPage->inspectorTimelineAgent();
> +        if (timelineAgent)

Ditto.


> +        InspectorTimelineAgent* timelineAgent = inspectedPage->inspectorTimelineAgent();
> +        if (timelineAgent)

Ditto.

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