Skip to content

Commit

Permalink
Bug 1885133 - Fix mozwebidlcodegen after bug 1884321. r=firefox-build…
Browse files Browse the repository at this point in the history
…-system-reviewers,nalexander

Differential Revision: https://phabricator.services.mozilla.com/D204504
  • Loading branch information
emilio committed Mar 14, 2024
1 parent 900ade9 commit 64ac0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/bindings/mozwebidlcodegen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def _compute_changed_inputs(self):
for name in changedDictionaryNames:
d = self._config.getDictionaryIfExists(name)
if d:
changed_inputs.add(d.filename())
changed_inputs.add(d.filename)

# Only use paths that are known to our current state.
# This filters out files that were deleted or changed type (e.g. from
Expand Down

0 comments on commit 64ac0e9

Please sign in to comment.