Bug 1615719 followup to fix review comment.

Differential Revision: https://phabricator.services.mozilla.com/D62962

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Boris Zbarsky 2020-02-14 21:23:46 +00:00
Родитель c5782f5af1
Коммит 6cef0413af
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -8952,7 +8952,6 @@ def GetLabelForErrorReporting(descriptor, idlObject, isConstructor):
class CGSpecializedMethod(CGAbstractStaticMethod):
"""
A class for generating the C++ code for a specialized method that the JIT
can call with lower overhead.