Chromium Code Reviews| 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..95b232fd0d7a8d55b153e517259d9ce29049f311 100644 |
| --- a/LayoutTests/inspector/documentation/documentation-url-provider.html |
| +++ b/LayoutTests/inspector/documentation/documentation-url-provider.html |
| @@ -17,6 +17,8 @@ function test() |
| "fromCharCode", |
| "keys", |
| "notExist", |
| + "indexOf", |
| + "setDate" |
| ]; |
|
lushnikov
2014/08/11 09:42:49
4 spaces left
iliia
2014/08/11 12:17:53
Done.
|
| var urlFormer = new WebInspector.DocumentationURLProvider(); |
| for (var i = 0; i < testCases.length; ++i) { |