| Index: Source/core/editing/VisibleSelectionTest.cpp
|
| diff --git a/Source/core/editing/VisibleSelectionTest.cpp b/Source/core/editing/VisibleSelectionTest.cpp
|
| index ee8f51fb447baa7bc95b4fda2165c41288535422..3d799d85ed63094a5f383353882378b1b1e63176 100644
|
| --- a/Source/core/editing/VisibleSelectionTest.cpp
|
| +++ b/Source/core/editing/VisibleSelectionTest.cpp
|
| @@ -25,7 +25,7 @@ namespace blink {
|
|
|
| class VisibleSelectionTest : public ::testing::Test {
|
| protected:
|
| - virtual void SetUp() override;
|
| + void SetUp() override;
|
|
|
| Document& document() const { return m_dummyPageHolder->document(); }
|
|
|
|
|