Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(336)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-injected-script-eval-expected.txt

Issue 1804043002: Revert of Remove V8RecrusionScope, cleanup call sites. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Tests the Timeline API function call is not recorded for InjectedScript.eval. 1 Tests the Timeline API function call record for InjectedScript.eval call feature .
2
3 FunctionCall Properties:
4 {
5 data : {
6 frame : <string>
7 scriptId : <string>
8 scriptLine : <number>
9 scriptName : <string>
10 }
11 endTime : <number>
12 frameId : <string>
13 startTime : <number>
14 type : "FunctionCall"
15 }
16 Text details for FunctionCall: undefined
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698