| Index: third_party/WebKit/Source/platform/graphics/ContiguousContainer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ContiguousContainer.h b/third_party/WebKit/Source/platform/graphics/ContiguousContainer.h
|
| index 38763c88e28efc26bb074c92dee0667f2fc5e3be..8932a64b2ee84390d2c1a770b93dd66487357246 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ContiguousContainer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ContiguousContainer.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef ContiguousContainer_h
|
| #define ContiguousContainer_h
|
|
|
| +#include "base/compiler_specific.h"
|
| #include "platform/PlatformExport.h"
|
| #include "wtf/Alignment.h"
|
| #include "wtf/Allocator.h"
|
| @@ -208,6 +209,7 @@ class ContiguousContainer : public ContiguousContainerBase {
|
| ContiguousContainerBase::removeLast();
|
| }
|
|
|
| + DISABLE_CFI_PERF
|
| void clear() {
|
| for (auto& element : *this) {
|
| (void)element; // MSVC incorrectly reports this variable as unused.
|
|
|