Title: [249129] trunk/LayoutTests
Revision
249129
Author
[email protected]
Date
2019-08-26 19:20:56 -0700 (Mon, 26 Aug 2019)

Log Message

Unreviewed, fix test failure after r249127

* inspector/debugger/tail-deleted-frames-this-value.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (249128 => 249129)


--- trunk/LayoutTests/ChangeLog	2019-08-27 01:02:20 UTC (rev 249128)
+++ trunk/LayoutTests/ChangeLog	2019-08-27 02:20:56 UTC (rev 249129)
@@ -1,5 +1,11 @@
 2019-08-26  Devin Rousso  <[email protected]>
 
+        Unreviewed, fix test failure after r249127
+
+        * inspector/debugger/tail-deleted-frames-this-value.html:
+
+2019-08-26  Devin Rousso  <[email protected]>
+
         Web Inspector: unify agent command error messages
         https://bugs.webkit.org/show_bug.cgi?id=200950
 

Modified: trunk/LayoutTests/inspector/debugger/tail-deleted-frames-this-value.html (249128 => 249129)


--- trunk/LayoutTests/inspector/debugger/tail-deleted-frames-this-value.html	2019-08-27 01:02:20 UTC (rev 249128)
+++ trunk/LayoutTests/inspector/debugger/tail-deleted-frames-this-value.html	2019-08-27 02:20:56 UTC (rev 249129)
@@ -42,7 +42,7 @@
         let targetData = WI.debuggerManager.dataForTarget(WI.debuggerManager.activeCallFrame.target);
         let callFrames = targetData.callFrames;
 
-        InspectorTest.assert(callFrames.length >= expectedFrames.length, `Should have at least ${expectedFrames.length} frames, but have ${callFrame.length} instead.`);
+        InspectorTest.assert(callFrames.length >= expectedFrames.length, `Should have at least ${expectedFrames.length} frames, but have ${callFrames.length} instead.`);
 
         // Resolve a thisObject preview on each of the CallFrames.
         let promises = [];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to