DescriptionAdd a pure virtual method to the GarbageCollectedMixin class
It's easy to miss adding USING_GARBAGE_COLLECTED_MIXIN macros to classes
that inherit from GarbageCollectedMixin. To avoid the programming error,
this CL adds a pure virtual method to the GarbageCollectedMixin class.
If we miss the USING_GARBAGE_COLLECTED_MIXIN macro, we'll hit a compile error.
This CL also fixes existing programming errors.
BUG=420515
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183799
Patch Set 1 #
Messages
Total messages: 9 (4 generated)
|