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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-injected-script-eval-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-injected-script-eval-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-injected-script-eval-expected.txt
index 4fa06448c8c3581767cd5aacadefef22b9c58854..63be6e9e86f3ffa6e869ae5bbad072900564607b 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-injected-script-eval-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-injected-script-eval-expected.txt
@@ -1 +1,17 @@
-Tests the Timeline API function call is not recorded for InjectedScript.eval.
+Tests the Timeline API function call record for InjectedScript.eval call feature.
+
+FunctionCall Properties:
+{
+ data : {
+ frame : <string>
+ scriptId : <string>
+ scriptLine : <number>
+ scriptName : <string>
+ }
+ endTime : <number>
+ frameId : <string>
+ startTime : <number>
+ type : "FunctionCall"
+}
+Text details for FunctionCall: undefined
+

Powered by Google App Engine
This is Rietveld 408576698