Index: src/typedarray.js |
diff --git a/src/typedarray.js b/src/typedarray.js |
index 4e3b9385863a20c94234d3dc63bafb31191e31f1..c9c6056e7a9435d33fa000465751d82985e771cb 100644 |
--- a/src/typedarray.js |
+++ b/src/typedarray.js |
@@ -113,7 +113,7 @@ function NAMEConstructor(arg1, arg2, arg3) { |
NAMEConstructByArrayLike(this, arg1); |
} |
} else { |
- throw MakeTypeError("constructor_not_function", ["NAME"]) |
+ throw MakeTypeError(kConstructorNotFunction, "NAME") |
} |
} |