mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 766853 followup to address review comment. No review other than the other review.
This commit is contained in:
parent
e2fc7e3263
commit
244ed069dc
@ -2107,7 +2107,7 @@ class IDLImplementsStatement(IDLObject):
|
||||
implementor = self.implementor.finish(scope)
|
||||
implementee = self.implementee.finish(scope)
|
||||
# NOTE: we depend on not setting self.implementor and
|
||||
# self.implementor here to keep track of the original
|
||||
# self.implementee here to keep track of the original
|
||||
# locations.
|
||||
if not isinstance(implementor, IDLInterface):
|
||||
raise WebIDLError("Left-hand side of 'implements' is not an "
|
||||
|
Loading…
Reference in New Issue
Block a user