Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 75314e93f989fcd9d041f9679d4607d2b625bd11..e25047eeaf49c57cdc9c5d013b7b467602b33f3f 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -161,6 +161,8 @@ class CallSite { |
T(NotGeneric, "% is not generic") \ |
T(NotIterable, "% is not iterable") \ |
T(NotTypedArray, "this is not a typed array.") \ |
+ T(NotSharedTypedArray, "% is not a shared typed array.") \ |
+ T(NotIntegerSharedTypedArray, "% is not an integer shared typed array.") \ |
T(ObjectGetterExpectingFunction, \ |
"Object.prototype.__defineGetter__: Expecting function") \ |
T(ObjectGetterCallable, "Getter must be a function: %") \ |