| Index: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-native-nodes-filter.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-native-nodes-filter.html b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-native-nodes-filter.html
|
| index 0d963fb3e1f4815d86eab061134fee70a127d3f0..302513f847014156f68d48b7ad5c60e31dd9f3b5 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-native-nodes-filter.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-native-nodes-filter.html
|
| @@ -128,7 +128,7 @@ function test()
|
| "endTime": 100000 + 111.110 + 22.220 + 1.000,
|
| "samples": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ]
|
| };
|
| - var model = new WebInspector.CPUProfileDataModel(profile);
|
| + var model = new SDK.CPUProfileDataModel(profile);
|
| printTree("", model.profileHead);
|
| function printTree(padding, node)
|
| {
|
|
|