Bug 1737000 - fix lint failure in dom/bindings/Codegen.py. a=lint-fix CLOSED TREE

This commit is contained in:
Sandor Molnar 2021-10-21 19:32:45 +03:00
parent 80684c0e5a
commit 93640ebd87

View File

@ -9899,7 +9899,7 @@ class CGMethodCall(CGThing):
argDesc = "argument %d"
if method.getExtendedAttribute("UseCounter"):
useCounterName = methodName.replace(".", "_").replace(" ", "_");
useCounterName = methodName.replace(".", "_").replace(" ", "_")
else:
useCounterName = None