Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-id-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-id-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-id-expected.txt |
index cb22f7f361f91a3d5884859225f8fc07407b2b0f..e8885801e39ee4bfa4a8fdaa19486b34b40f314d 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-id-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-id-expected.txt |
@@ -3,14 +3,14 @@ Test that checks location resolving mechanics for TimerInstall TimerRemove and F |
It expects two FunctionCall for InjectedScript, two TimerInstall events, two FunctionCall events and one TimerRemove event to be logged with performActions.js script name and some line number. |
detailsTextContent for FunctionCall event: 'undefined' |
-detailsTextContent for TimerInstall event: 'performActions.js:3' |
-details.textContent for TimerInstall event: 'performActions.js:3' |
-detailsTextContent for TimerInstall event: 'performActions.js:4' |
-details.textContent for TimerInstall event: 'performActions.js:4' |
+detailsTextContent for TimerInstall event: 'null' |
+details.textContent for TimerInstall event: '(program):1' |
caseq
2016/01/25 19:18:36
This also looks like a regression.
alph
2016/01/26 00:58:49
Ditto. Fixed.
|
+detailsTextContent for TimerInstall event: 'null' |
+details.textContent for TimerInstall event: '(program):1' |
detailsTextContent for FunctionCall event: 'performActions.js:7' |
details.textContent for FunctionCall event: 'performActions.js:7' |
detailsTextContent for FunctionCall event: 'performActions.js:7' |
details.textContent for FunctionCall event: 'performActions.js:7' |
-detailsTextContent for TimerRemove event: 'performActions.js:11' |
-details.textContent for TimerRemove event: 'performActions.js:11' |
+detailsTextContent for TimerRemove event: 'null' |
+details.textContent for TimerRemove event: '(program):1' |