| Index: webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/regexp-compile-expected.txt | 
| =================================================================== | 
| --- webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/regexp-compile-expected.txt	(revision 35906) | 
| +++ webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/regexp-compile-expected.txt	(working copy) | 
| @@ -19,7 +19,7 @@ | 
| PASS re.compile(new RegExp('+')); threw exception SyntaxError: Invalid regular expression: /+/: Nothing to repeat. | 
| PASS re.toString() is '/undefined/' | 
| PASS re.toString() is '/null/' | 
| -FAIL re.toString() should be //. Was /(?:)/. | 
| +PASS re.toString() is '/(?:)/' | 
| PASS re.toString() is '/z/' | 
| PASS re.lastIndex is 0 | 
| PASS re.lastIndex is 1 | 
|  |