Index: LayoutTests/inspector/console/console-error-on-call-frame-expected.txt |
diff --git a/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt b/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt |
index 969dcd58e5fa56a75c9c9138ef7c524fa9bbe028..59ec543768c21a232b9a0b818831e0bbf56d16bd 100644 |
--- a/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt |
+++ b/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt |
@@ -1,7 +1,6 @@ |
CONSOLE ERROR: line 2: 42 |
Tests that console.error does not throw exception when executed in console on call frame. |
-Debugger was enabled. |
Set timer for test function. |
Script execution paused. |
Script execution resumed. |
@@ -10,5 +9,4 @@ setTimeout(testFunction, 0) |
console.error(42) |
42testFunction console-error-on-call-frame.html:10 |
undefined |
-Debugger was disabled. |