| Index: LayoutTests/inspector/console/console-dir.html
|
| diff --git a/LayoutTests/inspector/console/console-dir.html b/LayoutTests/inspector/console/console-dir.html
|
| index c5bb88b5d4edbe61cc72cde15243c2963524b541..3c5a36afd0174f656e63c95a0039701c8109f061 100644
|
| --- a/LayoutTests/inspector/console/console-dir.html
|
| +++ b/LayoutTests/inspector/console/console-dir.html
|
| @@ -20,6 +20,9 @@ function onload()
|
| obj["negZero"] = -0;
|
| console.dir(obj);
|
|
|
| + // This should correctly display information about the function.
|
| + console.dir(function() {});
|
| +
|
| runTest();
|
| }
|
|
|
|
|