| Index: LayoutTests/inspector/console/console-native-function-to-string.html
|
| diff --git a/LayoutTests/inspector/console/console-native-function-to-string.html b/LayoutTests/inspector/console/console-native-function-to-string.html
|
| index f46be2aec9512966264c553ca64bed911290e464..da0825e0eebeb3f083026c73b09a8deec14695d5 100644
|
| --- a/LayoutTests/inspector/console/console-native-function-to-string.html
|
| +++ b/LayoutTests/inspector/console/console-native-function-to-string.html
|
| @@ -14,7 +14,7 @@ function test()
|
| function printCommandLineAPI()
|
| {
|
| var properties = [];
|
| - for (var p in console._commandLineAPI) {
|
| + for (var p in __commandLineAPI) {
|
| if (/^\$(_|\d+)$/.test(p))
|
| continue;
|
| properties.push(p);
|
|
|