Cases that GarbageCollected<T> is not the top of inheritance. |
||
Issue descriptionhttps://cs.chromium.org/chromium/src/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h class MODULES_EXPORT PaintRenderingContext2D : public BaseRenderingContext2D, public GarbageCollectedFinalized<PaintRenderingContext2D>, public ScriptWrappable { where BaseRenderingContext2D is NOT empty class, and GarbageCollectedFinalized is NOT the top of the inheritance, so Oilpan cannot get the header area from the top address of GarbageCollected. It's better to be able to detect this kind of error.
,
Nov 20
Is this fixed?
,
Nov 21
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Oct 23 2017