DescriptionOilpan: declare and define various inspector class dtors out-of-line.
The DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED() macro is intended used
for class types deriving from the non-finalizing GarbageCollected base
class; a convenience macro when declaring the class using transition types.
Using the macro for GarbageCollectedFinalized classes as a way to let
the compiler synthesize an inlinable destructor, is not recommended and
is preferably avoided.
Remove DECLARE_EMPTY_DESTRUCTR_WILL_BE_REMOVED() uses of the latter kind.
R=haraken
BUG=420515
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189393
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|