| Index: Source/core/paint/TextPainterTest.cpp
|
| diff --git a/Source/core/paint/TextPainterTest.cpp b/Source/core/paint/TextPainterTest.cpp
|
| index acf34ca95ca620e7b0ec394645bd21b35d902f01..f6863cf173fb5276715bd61831ec08d324f35740 100644
|
| --- a/Source/core/paint/TextPainterTest.cpp
|
| +++ b/Source/core/paint/TextPainterTest.cpp
|
| @@ -26,7 +26,7 @@ protected:
|
| LayoutText* layoutText() { return m_layoutText; }
|
|
|
| private:
|
| - virtual void SetUp() override
|
| + void SetUp() override
|
| {
|
| RenderingTest::SetUp();
|
| setBodyInnerHTML("Hello world");
|
|
|