| Index: Source/core/layout/LayoutTestHelper.h
|
| diff --git a/Source/core/layout/LayoutTestHelper.h b/Source/core/layout/LayoutTestHelper.h
|
| index 0e576200b16a8305474bd4519b310562b19c5a4a..be4fcc6c31ceaa0bdb31097fa12299e5ed8b2a41 100644
|
| --- a/Source/core/layout/LayoutTestHelper.h
|
| +++ b/Source/core/layout/LayoutTestHelper.h
|
| @@ -10,12 +10,14 @@
|
| #include "core/frame/Settings.h"
|
| #include "core/html/HTMLElement.h"
|
| #include "core/testing/DummyPageHolder.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/OwnPtr.h"
|
| #include <gtest/gtest.h>
|
|
|
| namespace blink {
|
|
|
| class RenderingTest : public testing::Test {
|
| + WTF_MAKE_FAST_ALLOCATED(RenderingTest);
|
| protected:
|
| void SetUp() override;
|
|
|
|
|