diff options
Diffstat (limited to 'js/src/jit/TrampolineNatives.h')
-rw-r--r-- | js/src/jit/TrampolineNatives.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/js/src/jit/TrampolineNatives.h b/js/src/jit/TrampolineNatives.h index f71a3b707d..6151a78fda 100644 --- a/js/src/jit/TrampolineNatives.h +++ b/js/src/jit/TrampolineNatives.h @@ -32,7 +32,9 @@ class CallArgs; } // namespace JS // List of all trampoline natives. -#define TRAMPOLINE_NATIVE_LIST(_) _(ArraySort) +#define TRAMPOLINE_NATIVE_LIST(_) \ + _(ArraySort) \ + _(TypedArraySort) namespace js { namespace jit { |