| Index: Source/core/html/HTMLSelectElementTest.cpp
|
| diff --git a/Source/core/html/HTMLSelectElementTest.cpp b/Source/core/html/HTMLSelectElementTest.cpp
|
| index b39245dc57f8dd8c8db1ea0ed785ef6ae3580ec9..4b2d42369ec01e3be841ee8505819e99dbb80ce1 100644
|
| --- a/Source/core/html/HTMLSelectElementTest.cpp
|
| +++ b/Source/core/html/HTMLSelectElementTest.cpp
|
| @@ -16,7 +16,7 @@ namespace blink {
|
|
|
| class HTMLSelectElementTest : public::testing::Test {
|
| protected:
|
| - virtual void SetUp() override;
|
| + void SetUp() override;
|
| HTMLDocument& document() const { return *m_document; }
|
|
|
| private:
|
|
|