Title: [105874] trunk/LayoutTests
- Revision
- 105874
- Author
- [email protected]
- Date
- 2012-01-25 06:30:27 -0800 (Wed, 25 Jan 2012)
Log Message
Unreviewed single line test fix after r105865.
* inspector/profiler/detailed-heapshots-test.js:
(initialize_DetailedHeapshotTest.):
(initialize_DetailedHeapshotTest):
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (105873 => 105874)
--- trunk/LayoutTests/ChangeLog 2012-01-25 14:13:44 UTC (rev 105873)
+++ trunk/LayoutTests/ChangeLog 2012-01-25 14:30:27 UTC (rev 105874)
@@ -1,3 +1,11 @@
+2012-01-25 Ilya Tikhonovsky <[email protected]>
+
+ Unreviewed single line test fix after r105865.
+
+ * inspector/profiler/detailed-heapshots-test.js:
+ (initialize_DetailedHeapshotTest.):
+ (initialize_DetailedHeapshotTest):
+
2012-01-25 Csaba Osztrogonác <[email protected]>
[Qt][ARM] Unreviewed gardening.
Modified: trunk/LayoutTests/inspector/profiler/detailed-heapshots-test.js (105873 => 105874)
--- trunk/LayoutTests/inspector/profiler/detailed-heapshots-test.js 2012-01-25 14:13:44 UTC (rev 105873)
+++ trunk/LayoutTests/inspector/profiler/detailed-heapshots-test.js 2012-01-25 14:30:27 UTC (rev 105874)
@@ -305,7 +305,7 @@
callback = InspectorTest.safeWrap(callback);
function propertyMatcher(data)
{
- return data.value === "(GC roots) @3";
+ return data.value === "(GC roots): @3";
}
var gcRoots = InspectorTest.findRow("object", propertyMatcher);
InspectorTest.assertEquals(true, !!gcRoots, "GC roots row");
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes