Fix broken builds.

This commit is contained in:
John-David Dalton
2016-10-27 17:34:07 -07:00
parent 6f03ef955c
commit 5028267c72

View File

@@ -5969,11 +5969,11 @@
try {
value[symToStringTag] = undefined;
var isSet = true;
var unmasked = true;
} catch (e) {}
var result = nativeObjectToString.call(value);
if (isSet) {
if (unmasked) {
if (isOwn) {
value[symToStringTag] = tag;
} else {