| Index: tools/cfi/blacklist.txt
|
| diff --git a/tools/cfi/blacklist.txt b/tools/cfi/blacklist.txt
|
| index 9607d08bfd0956c18a59b30acfaacd1cb830cc9d..d7201627ce17a8cc29541df11529fd564baf518c 100644
|
| --- a/tools/cfi/blacklist.txt
|
| +++ b/tools/cfi/blacklist.txt
|
| @@ -73,3 +73,8 @@ fun:*DatabaseContext*contextDestroyed*
|
| # FIXME: Cannot handle template function LifecycleObserver<>::setContext,
|
| # so exclude source file for now.
|
| src:*LifecycleObserver.h*
|
| +
|
| +# Blink wtf::Vector cast on non-initialized data
|
| +# https://crbug.com/568891
|
| +src:*wtf/Vector.h*
|
| +src:*wtf/PartitionAllocator.h*
|
|
|