GC plugin: HeapVector should not be stored in a non-GCed object |
||
Issue description
GC plugin cannot detect the following error.
class WebScriptExecutor : public SuspendableScriptExecutor::Executor {
HeapVector<ScriptSourceCode> vector; // This is wrong. This must be PersistentHeapVector.
};
See https://codereview.chromium.org/2339683006/diff/60001/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp for more details.
,
May 21 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by haraken@chromium.org
, Sep 29 2016Labels: -Pri-3 Pri-2