| 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 60c94d3f968f85bde7a0b377413d1586d704665c..8565d9e61bdb84011897d4a5bb63a343f3ffa995 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.TracingTimelineModel.defaultTracingCategoryFilter, "doActions", onTracingComplete);
|
| + InspectorTest.invokeWithTracing("doActions", onTracingComplete);
|
|
|
| var target = /** @type {!WebInspector.Target} */ (WebInspector.targetManager.activeTarget());
|
| var layerTree = new WebInspector.TracingLayerTree(target);
|
|
|