DescriptionFix crash in webmidi.
If a garbage collected class is polymorphic (has virtual methods) it
needs to have a vtable from its left-most base class. Otherwise
pointers to the polymorphic subclasses are not guaranteed to point
to the beginning of the object.
This should have been caught by the gc plugin. We will investigate
that separately.
R=oilpan-reviews@chromium.org, sigbjornf@chromium.org, yhirano@chromium.org, zerny@chromium.org
BUG=411742
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181718
Patch Set 1 #
Messages
Total messages: 10 (2 generated)
|