DescriptionMake Callback.Equals() only work when comparing against the same type.
Previously, we were using the base class's comparator to check equality, which allows us to make comparisons across callbacks of different types. This disallows such a thing.
BUG=none
TEST=New no-compile test.
Patch Set 1 #
Total comments: 2
Patch Set 2 : add missing file. #
Messages
Total messages: 5 (0 generated)
|