| Index: test/webkit/fast/js/kde/scope.js
|
| diff --git a/test/webkit/fast/js/kde/scope.js b/test/webkit/fast/js/kde/scope.js
|
| index cead049be8e79df27c4f19a70274096eaea19f65..e628d477fb0249a913da184adf7f4473ba136ac8 100644
|
| --- a/test/webkit/fast/js/kde/scope.js
|
| +++ b/test/webkit/fast/js/kde/scope.js
|
| @@ -55,4 +55,4 @@ function testForIn() {
|
| }
|
|
|
| testForIn();
|
| -shouldBe("g", "'foo'"); //Before the eval, g was in outer scope, but not after!
|
| +shouldBe("g", "'foo'"); //Before the eval, g was in outer scope, but not after!
|
|
|