[Webkit-unassigned] [Bug 24604] WebKit profiler reports incorrect total times

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 23 11:09:40 PDT 2009


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


timothy at hatcher.name changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1




------- Comment #5 from timothy at hatcher.name  2009-04-23 11:09 PDT -------
+    for (; profileNodeGroupIndex < profileNodeGroups.length;
++profileNodeGroupIndex)

Also please move the var statement for profileNodeGroupIndex to the for loop
instead of leaving it blank, since you don't use profileNodeGroupIndex outside
the loop.


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