Index: LayoutTests/inspector/console/console-timeline-expected.txt |
diff --git a/LayoutTests/inspector/console/console-timeline-expected.txt b/LayoutTests/inspector/console/console-timeline-expected.txt |
index bfbd9ccc50860e850e96a47b125c577f672505fc..302789b9dff51816cd16c5212c219be56b7cd56e 100644 |
--- a/LayoutTests/inspector/console/console-timeline-expected.txt |
+++ b/LayoutTests/inspector/console/console-timeline-expected.txt |
@@ -1,4 +1,6 @@ |
+CONSOLE WARNING: console.timeline is deprecated. Please use the console.time instead. |
CONSOLE DEBUG: Timeline 'one' started. |
+CONSOLE WARNING: console.timelineEnd is deprecated. Please use the console.timeEnd instead. |
CONSOLE DEBUG: Timeline 'one' finished. |
CONSOLE DEBUG: Timeline 'one' started. |
CONSOLE DEBUG: Timeline 'one' started. |