From e7bad106632a8d5b1d40f8cbe85395be4fec47cc Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 19 May 2013 14:28:23 -0700 Subject: [PATCH] Ensure mobile builds pass unit tests. Former-commit-id: 31b4eb76c90f375069ef4a73aa7e3fdbcbda069d --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index 5667f5dbe..a551a105f 100755 --- a/build.js +++ b/build.js @@ -3158,7 +3158,7 @@ if (_.size(source.match(/\bfreeExports\b/g)) < 2) { source = removeVar(source, 'freeExports'); } - if (!/^ *support\.(?:skipErrorProps|nonEnumShadows) *=/m.test(source)) { + if (!/^ *support\.(?:enumErrorProps|nonEnumShadows) *=/m.test(source)) { source = removeVar(source, 'Error'); source = removeVar(source, 'errorProto'); source = removeFromCreateIterator(source, 'errorClass');