diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2017-11-23 06:33:06 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-08 21:21:27 +0100 |
commit | 50f6ced9fc76b71b4685d8363d9615204ad6c897 (patch) | |
tree | 098f58f2a1e66bb7162e6fafc3d196ce67084fd7 /js/src/jit/Ion.cpp | |
parent | 984169280b6aa8d27bd06dafc7b7224159f1c6c6 (diff) | |
download | UXP-50f6ced9fc76b71b4685d8363d9615204ad6c897.tar UXP-50f6ced9fc76b71b4685d8363d9615204ad6c897.tar.gz UXP-50f6ced9fc76b71b4685d8363d9615204ad6c897.tar.lz UXP-50f6ced9fc76b71b4685d8363d9615204ad6c897.tar.xz UXP-50f6ced9fc76b71b4685d8363d9615204ad6c897.zip |
Remove unnecessary InvalidateCompilerOutputsForScript call.
Diffstat (limited to 'js/src/jit/Ion.cpp')
-rw-r--r-- | js/src/jit/Ion.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/src/jit/Ion.cpp b/js/src/jit/Ion.cpp index 2a158ed7e..c61b414e0 100644 --- a/js/src/jit/Ion.cpp +++ b/js/src/jit/Ion.cpp @@ -568,9 +568,6 @@ jit::LinkIonScript(JSContext* cx, HandleScript calleeScript) // doesn't has code to handle it after linking happened. So it's // not OK to throw a catchable exception from there. cx->clearPendingException(); - - // Reset the TypeZone's compiler output for this script, if any. - InvalidateCompilerOutputsForScript(cx, calleeScript); } } |