| Index: LayoutTests/fast/js/var-declarations-shadowing-expected.txt
|
| diff --git a/LayoutTests/fast/js/var-declarations-shadowing-expected.txt b/LayoutTests/fast/js/var-declarations-shadowing-expected.txt
|
| index 352853e97f96d7a6c8657cd2ebb4a4e43a1b9df6..caaf4ba8391088b6c631ddfab29bff97ac4fe906 100644
|
| --- a/LayoutTests/fast/js/var-declarations-shadowing-expected.txt
|
| +++ b/LayoutTests/fast/js/var-declarations-shadowing-expected.txt
|
| @@ -78,8 +78,8 @@ PASS: defaultStatus == marker should be true and is.
|
| PASS: eval('defaultStatus == marker') should be true and is.
|
| PASS: defaultstatus == marker should be true and is.
|
| PASS: eval('defaultstatus == marker') should be true and is.
|
| -PASS: screen == marker should be true and is.
|
| -PASS: eval('screen == marker') should be true and is.
|
| +PASS: screen == marker should be false and is.
|
| +PASS: eval('screen == marker') should be false and is.
|
| PASS: history == marker should be false and is.
|
| PASS: eval('history == marker') should be false and is.
|
| -----
|
|
|