Index: src/harmony-array.js |
diff --git a/src/harmony-array.js b/src/harmony-array.js |
index 637dd6ed857639f8b743f617a744aea9460a4e85..e94134b81aa851a9539ceb86d38e72971279fa78 100644 |
--- a/src/harmony-array.js |
+++ b/src/harmony-array.js |
@@ -287,11 +287,6 @@ function ArrayOf() { |
// ------------------------------------------------------------------- |
-utils.InstallConstants(GlobalSymbol, [ |
- // TODO(dslomov, caitp): Move to symbol.js when shipping |
- "isConcatSpreadable", symbolIsConcatSpreadable |
-]); |
- |
%FunctionSetLength(ArrayCopyWithin, 2); |
%FunctionSetLength(ArrayFrom, 1); |
%FunctionSetLength(ArrayFill, 1); |