Bug 766853 followup to address review comment. No review other than the other review.

This commit is contained in:
Boris Zbarsky 2012-06-22 16:21:44 -04:00
parent a8b32a58c9
commit 2370b212ad

View File

@ -2107,7 +2107,7 @@ class IDLImplementsStatement(IDLObject):
implementor = self.implementor.finish(scope) implementor = self.implementor.finish(scope)
implementee = self.implementee.finish(scope) implementee = self.implementee.finish(scope)
# NOTE: we depend on not setting self.implementor and # 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. # locations.
if not isinstance(implementor, IDLInterface): if not isinstance(implementor, IDLInterface):
raise WebIDLError("Left-hand side of 'implements' is not an " raise WebIDLError("Left-hand side of 'implements' is not an "