| Index: LayoutTests/http/tests/inspector/layers-test.js
|
| diff --git a/LayoutTests/http/tests/inspector/layers-test.js b/LayoutTests/http/tests/inspector/layers-test.js
|
| index e04577712c5f9d9929906ad8e508d5258986d2b5..43f4ce46d613ee36ccb9a14325f900be1faa6456 100644
|
| --- a/LayoutTests/http/tests/inspector/layers-test.js
|
| +++ b/LayoutTests/http/tests/inspector/layers-test.js
|
| @@ -1,7 +1,7 @@
|
| function initialize_LayerTreeTests()
|
| {
|
| // FIXME: remove once out of experimental.
|
| - runtime.registerModule("layers");
|
| + InspectorTest.registerModule("layers");
|
| var extensions = runtime.extensions(WebInspector.Panel).forEach(function(extension) {
|
| if (extension.module().name() === "layers")
|
| WebInspector.inspectorView.addPanel(new WebInspector.RuntimeExtensionPanelDescriptor(extension));
|
|
|