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

Unified Diff: LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html

Issue 360053003: DevTools: Basic support of multiple targets for CPU profiler (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix tests Created 6 years, 6 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
« no previous file with comments | « no previous file | Source/devtools/front_end/profiler/CPUProfileView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html
diff --git a/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html b/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html
index 670f982d6faf93129dd1c77d8cf6f2bd485c4285..3b08aa1ed0ffd1c5635ffe34f6619aa7bca6b21b 100644
--- a/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html
+++ b/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html
@@ -8,6 +8,9 @@ function test()
{
var profileAndExpectations = {
"title": "profile1",
+ "target": function() {
+ return WebInspector.targetManager.targets()[0];
+ },
"_profile": {
"head": {
"functionName": "(root)",
« no previous file with comments | « no previous file | Source/devtools/front_end/profiler/CPUProfileView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698