X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fhttp%2Ftests%2Finspector%2Flayers-test.js;h=43f4ce46d613ee36ccb9a14325f900be1faa6456;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=12d714d19bc0466aefb1e9f476c5f29699d8b783;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/http/tests/inspector/layers-test.js b/src/third_party/WebKit/LayoutTests/http/tests/inspector/layers-test.js index 12d714d..43f4ce4 100644 --- a/src/third_party/WebKit/LayoutTests/http/tests/inspector/layers-test.js +++ b/src/third_party/WebKit/LayoutTests/http/tests/inspector/layers-test.js @@ -1,10 +1,10 @@ function initialize_LayerTreeTests() { // FIXME: remove once out of experimental. - WebInspector.moduleManager.registerModule("layers"); - var extensions = WebInspector.moduleManager.extensions(WebInspector.Panel).forEach(function(extension) { + InspectorTest.registerModule("layers"); + var extensions = runtime.extensions(WebInspector.Panel).forEach(function(extension) { if (extension.module().name() === "layers") - WebInspector.inspectorView.addPanel(new WebInspector.ModuleManagerExtensionPanelDescriptor(extension)); + WebInspector.inspectorView.addPanel(new WebInspector.RuntimeExtensionPanelDescriptor(extension)); }); InspectorTest.layerTreeModel = WebInspector.inspectorView.panel("layers")._model; InspectorTest.layers3DView = WebInspector.inspectorView.panel("layers")._layers3DView;