DescriptionOilpan: Change the name of the finalization method that can be
overridden for explicit destructor dispatching.
The |finalize| name is too short and makes sense in other places
in the code. We rarely need to override finalizeGarbageCollectedObject
so it is fine that the method name is long.
Concretely, fileapi Stream has a finalize method that currently
gets called instead of the destructor. That leads to crashes because
the Stream destructor is not called and therefore the Stream is
no unregistered as a ContextLifecycleObserver and a call is made
on the already dead stream when the Document dies.
R=erik.corry@gmail.com, haraken@chromium.org, oilpan-reviews@chromium.org, tkent@chromium.org, zerny@chromium.org
BUG=352755
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169548
Patch Set 1 #
Total comments: 2
Messages
Total messages: 14 (0 generated)
|