Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: third_party/WebKit/LayoutTests/fast/js/mozilla/resources/mozilla-es5-shell.js

Issue 2532483003: Replace the term 'poor man' with another phrase (gender-neutral fixit). (Closed)
Patch Set: Respond to review comments. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/win/src/internal_types.h ('k') | third_party/WebKit/Source/core/frame/SmartClip.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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, ' ');
« no previous file with comments | « sandbox/win/src/internal_types.h ('k') | third_party/WebKit/Source/core/frame/SmartClip.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698