| Index: third_party/WebKit/LayoutTests/fast/js/mozilla/resources/mozilla-es5-shell.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/js/mozilla/resources/mozilla-es5-shell.js b/third_party/WebKit/LayoutTests/fast/js/mozilla/resources/mozilla-es5-shell.js
|
| index ff081403393d93b20abdb7748dd01df1394b9053..41604f36c0a3e4d8748d96ea3a47e78399b5ef5a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/js/mozilla/resources/mozilla-es5-shell.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/js/mozilla/resources/mozilla-es5-shell.js
|
| @@ -94,8 +94,7 @@ function parseRaisesException(exception) {
|
|
|
| /*
|
| * Return the result of applying uneval to VAL, and replacing all runs
|
| - * of whitespace with a single horizontal space (poor man's
|
| - * tokenization).
|
| + * of whitespace with a single horizontal space (simple tokenization).
|
| */
|
| function clean_uneval(val) {
|
| return uneval(val).replace(/\s+/g, ' ');
|
|
|