Bug 1387149 - Remove outdated comment from Codegen.py. r=bz

Remove following outdated comment from Codegen.py
# We don't enforce this for chrome in realease builds to avoid the addon
# compat fallout of making that change. See bug 916644.
This commit is contained in:
Eden Chuang 2017-08-09 17:31:10 +08:00
Родитель bfba75cca9
Коммит 8b1ac2ad9e
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -1782,9 +1782,7 @@ class CGClassConstructor(CGAbstractStaticMethod):
""")
# Additionally, we want to throw if a caller does a bareword invocation
# of a constructor without |new|. We don't enforce this for chrome in
# realease builds to avoid the addon compat fallout of making that
# change. See bug 916644.
# of a constructor without |new|.
#
# Figure out the name of our constructor for error reporting purposes.
# For unnamed webidl constructors, identifier.name is "constructor" but