[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 13:49:43 PST 2009


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





--- Comment #4 from Timothy Hatcher <timothy at hatcher.name>  2009-11-03 13:49:42 PDT ---
(From update of attachment 42413)
> +    if (InspectorTimelineAgent* timelineAgent = m_frame->page() ? m_frame->page()->inspectorTimelineAgent() : 0)
> +            timelineAgent->didEvaluateScript();

Bad indentation.


> +  <div id="frontend-script" style="display:none">
> +function startTimeline() {
> +  /* This test seems silly, but originally it tickled bug 31080 */
> +  InspectorController.startTimelineProfiler();
> +  return true;
> +}
> +  </div>

Indent to match the </div>. Also use 4 space indents in the test.

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