| Index: third_party/WebKit/Source/devtools/layout_tests/http/tests/inspector/inspector-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js b/third_party/WebKit/Source/devtools/layout_tests/http/tests/inspector/inspector-test.js
|
| similarity index 99%
|
| copy from third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| copy to third_party/WebKit/Source/devtools/layout_tests/http/tests/inspector/inspector-test.js
|
| index e119673ae0be97d6e8a2f7496234d690a377f249..98813f6aa5253e6b2afffb55c371e08f36b4ee45 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| +++ b/third_party/WebKit/Source/devtools/layout_tests/http/tests/inspector/inspector-test.js
|
| @@ -893,6 +893,7 @@ WebInspector.targetManager.observeTargets({
|
| InspectorTest.EmulationAgent = target.emulationAgent();
|
| InspectorTest.HeapProfilerAgent = target.heapProfilerAgent();
|
| InspectorTest.InspectorAgent = target.inspectorAgent();
|
| + InspectorTest.LayerTreeAgent = target.layerTreeAgent();
|
| InspectorTest.NetworkAgent = target.networkAgent();
|
| InspectorTest.PageAgent = target.pageAgent();
|
| InspectorTest.ProfilerAgent = target.profilerAgent();
|
|
|