| 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)",
|
|
|