| Index: LayoutTests/inspector/initial-modules-load.html
|
| diff --git a/LayoutTests/inspector/initial-modules-load.html b/LayoutTests/inspector/initial-modules-load.html
|
| index 085f949aa1c637d9d8a70a524f8645868d74f52a..4ed9026688e24d3ad565b8f52dee9bb128253c23 100644
|
| --- a/LayoutTests/inspector/initial-modules-load.html
|
| +++ b/LayoutTests/inspector/initial-modules-load.html
|
| @@ -13,7 +13,7 @@ function test()
|
|
|
| function testCreateElementsPanel(next)
|
| {
|
| - WebInspector.inspectorView.panel("elements").then(InspectorTest.dumpLoadedModules.bind(InspectorTest, next));
|
| + WebInspector.inspectorView.panel("elements").then(InspectorTest.dumpLoadedModules.bind(InspectorTest, self.runtime.loadModulePromise("animation").then(next)));
|
| },
|
|
|
| function testCreateNetworkPanel(next)
|
|
|