| Index: LayoutTests/inspector/documentation/documentation-url-provider.html
|
| diff --git a/LayoutTests/inspector/documentation/documentation-url-provider.html b/LayoutTests/inspector/documentation/documentation-url-provider.html
|
| index b58925aaaddcc7f473f1ecaa826436bb4319a81b..085019174b93073693193d26f6f01d8e83ca9cc0 100644
|
| --- a/LayoutTests/inspector/documentation/documentation-url-provider.html
|
| +++ b/LayoutTests/inspector/documentation/documentation-url-provider.html
|
| @@ -5,8 +5,7 @@
|
|
|
| function test()
|
| {
|
| - runtime.registerModule("documentation");
|
| - runtime.loadModule("documentation");
|
| + InspectorTest.registerModule("documentation", true);
|
| var testCases = [
|
| "max",
|
| "insertBefore",
|
|
|