Title: [97548] trunk/Tools
Revision
97548
Author
[email protected]
Date
2011-10-15 00:28:51 -0700 (Sat, 15 Oct 2011)

Log Message

fix another typo in treemap.html
https://bugs.webkit.org/show_bug.cgi?id=70149

Reviewed by Ojan Vafai.

Fixes a bug where #treemapfocus=LayoutTests%2Fhttp didn't focus the http tests.

* TestResultServer/static-dashboards/treemap.html:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (97547 => 97548)


--- trunk/Tools/ChangeLog	2011-10-15 07:19:16 UTC (rev 97547)
+++ trunk/Tools/ChangeLog	2011-10-15 07:28:51 UTC (rev 97548)
@@ -1,3 +1,14 @@
+2011-10-15  Tony Chang  <[email protected]>
+
+        fix another typo in treemap.html
+        https://bugs.webkit.org/show_bug.cgi?id=70149
+
+        Reviewed by Ojan Vafai.
+
+        Fixes a bug where #treemapfocus=LayoutTests%2Fhttp didn't focus the http tests.
+
+        * TestResultServer/static-dashboards/treemap.html:
+
 2011-10-14  Adam Barth  <[email protected]>
 
         Hide status bubbles from queues which are very far behind

Modified: trunk/Tools/TestResultServer/static-dashboards/treemap.html (97547 => 97548)


--- trunk/Tools/TestResultServer/static-dashboards/treemap.html	2011-10-15 07:19:16 UTC (rev 97547)
+++ trunk/Tools/TestResultServer/static-dashboards/treemap.html	2011-10-15 07:28:51 UTC (rev 97548)
@@ -254,7 +254,7 @@
     appendTreemap($('map'), g_webTree);
 
     if (g_currentState.treemapfocus)
-        focusPath(webtree, g_currentState.treemapfocus)
+        focusPath(g_webTree, g_currentState.treemapfocus)
 
     g_isGeneratingPage = false;
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to