| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 98ec63183c7497ee9e4250d6fa42cb9999d16d9b..c0c682c62b10a95b6500e266f02cc70b67ce2d68 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -163,6 +163,7 @@ class CallSite {
|
| 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(NotInt32SharedTypedArray, "% is not an int32 shared typed array.") \
|
| T(ObjectGetterExpectingFunction, \
|
| "Object.prototype.__defineGetter__: Expecting function") \
|
| T(ObjectGetterCallable, "Getter must be a function: %") \
|
|
|