| Index: src/messages.js
|
| diff --git a/src/messages.js b/src/messages.js
|
| index 6490ed30eb774050e46d23b4d4bae56bd33b891d..d7ca7cd6479bd85bbdecf3647dc941ae4c9460a1 100644
|
| --- a/src/messages.js
|
| +++ b/src/messages.js
|
| @@ -86,7 +86,6 @@
|
| return str;
|
| }
|
| if (IS_SYMBOL(obj)) return %_CallFunction(obj, $symbolToString);
|
| - if (IS_FLOAT32X4(obj)) return %_CallFunction(obj, $float32x4ToString);
|
| if (IS_OBJECT(obj)
|
| && %GetDataProperty(obj, "toString") === ObjectToString) {
|
| var constructor = %GetDataProperty(obj, "constructor");
|
|
|