| Index: LayoutTests/inspector/layers/tracing-layer-tree.html
|
| diff --git a/LayoutTests/inspector/layers/tracing-layer-tree.html b/LayoutTests/inspector/layers/tracing-layer-tree.html
|
| index c574b7749e9613055f5239672c4b4a31792522a2..72e78b38bf9ce2bee697d7e65c126d4f1e7999c9 100644
|
| --- a/LayoutTests/inspector/layers/tracing-layer-tree.html
|
| +++ b/LayoutTests/inspector/layers/tracing-layer-tree.html
|
| @@ -25,7 +25,7 @@ function doActions(callback)
|
|
|
| function test()
|
| {
|
| - InspectorTest.invokeWithTracing(WebInspector.TimelinePanel.defaultTracingCategoryFilter, "doActions", onTracingComplete);
|
| + InspectorTest.invokeWithTracing(WebInspector.TracingTimelineModel.defaultTracingCategoryFilter, "doActions", onTracingComplete);
|
|
|
| var target = /** @type {!WebInspector.Target} */ (WebInspector.targetManager.activeTarget());
|
| var layerTree = new WebInspector.TracingLayerTree(target);
|
|
|