Index: src/string.js |
diff --git a/src/string.js b/src/string.js |
index 5b739615e023a1b385fa31818a7fe146065ae65d..421f905fe3faa4a8f9931c59e030c48955b4f2e2 100644 |
--- a/src/string.js |
+++ b/src/string.js |
@@ -22,7 +22,7 @@ function StringConstructor(x) { |
%_SetValueOf(this, TO_STRING_INLINE(x)); |
} else { |
return IS_SYMBOL(x) ? |
- %_CallFunction(x, SymbolToString) : TO_STRING_INLINE(x); |
+ %_CallFunction(x, $symbolToString) : TO_STRING_INLINE(x); |
} |
} |