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

Unified Diff: LayoutTests/inspector/timeline/timeline-timer-expected.txt

Issue 212953003: TimelinePanel: provide scriptId in FunctionCall event. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: minor change Created 6 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: LayoutTests/inspector/timeline/timeline-timer-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-timer-expected.txt b/LayoutTests/inspector/timeline/timeline-timer-expected.txt
index daa6515579198cce9db4914276bea16a3bf4d9b3..f34f7f021d816df21a82d91252f2f16acdeeead8 100644
--- a/LayoutTests/inspector/timeline/timeline-timer-expected.txt
+++ b/LayoutTests/inspector/timeline/timeline-timer-expected.txt
@@ -78,6 +78,7 @@ FunctionCall Properties:
children : <object>
counters : <object>
data : {
+ scriptId : <string>
scriptLine : <number>
scriptName : <string>
}
@@ -91,6 +92,7 @@ FunctionCall Properties:
children : <object>
counters : <object>
data : {
+ scriptId : <string>
scriptLine : <number>
scriptName : <string>
}
@@ -104,6 +106,7 @@ FunctionCall Properties:
children : <object>
counters : <object>
data : {
+ scriptId : <string>
scriptLine : <number>
scriptName : <string>
}
@@ -117,6 +120,7 @@ FunctionCall Properties:
children : <object>
counters : <object>
data : {
+ scriptId : <string>
scriptLine : <number>
scriptName : <string>
}
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-script-id-expected.txt ('k') | Source/bindings/v8/ScriptController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698