Index: src/typedarray.js |
diff --git a/src/typedarray.js b/src/typedarray.js |
index 3bd7766ab2b8d9d6781cf39713ea14d1097d1626..8a16a25a399ad4deea51d1634c9ff4085d68893a 100644 |
--- a/src/typedarray.js |
+++ b/src/typedarray.js |
@@ -360,7 +360,7 @@ function DataViewConstructor(buffer, byteOffset, byteLength) { // length = 3 |
} |
%_DataViewInitialize(this, buffer, offset, length); |
} else { |
- throw MakeTypeError('constructor_not_function', ["DataView"]); |
+ throw MakeTypeError(kConstructorNotFunction, "DataView"); |
} |
} |