Oilpan: 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

Review URL: https://codereview.chromium.org/896603002

git-svn-id: svn://svn.chromium.org/blink/trunk@189393 bbb929c8-8fbe-4397-9dbb-9b2b20218538
6 files changed
tree: 1fb03362f26f68295cb5e28a7df4f7f72ea55bb0
  1. third_party/