| Index: LayoutTests/inspector/console/console-assert.html
|
| diff --git a/LayoutTests/inspector/console/console-assert.html b/LayoutTests/inspector/console/console-assert.html
|
| index 2c2f3999dc455a2a45311cf398b2c547a1173cdc..5f7dcc0b7febcf79f2b7ebbf2595ba0f614086a8 100644
|
| --- a/LayoutTests/inspector/console/console-assert.html
|
| +++ b/LayoutTests/inspector/console/console-assert.html
|
| @@ -2,8 +2,8 @@
|
| <head>
|
| <script src="../../http/tests/inspector/inspector-test.js"></script>
|
| <script src="../../http/tests/inspector/console-test.js"></script>
|
| -<script>
|
|
|
| +<script>
|
| function b()
|
| {
|
| console.assert(false, 1);
|
| @@ -14,7 +14,10 @@ function a()
|
| {
|
| b();
|
| }
|
| +//# sourceURL=console-assert.html
|
| +</script>
|
|
|
| +<script>
|
| function test()
|
| {
|
| var callCount = 0;
|
|
|