| Index: Source/core/dom/DocumentTest.cpp
|
| diff --git a/Source/core/dom/DocumentTest.cpp b/Source/core/dom/DocumentTest.cpp
|
| index 7e2d35efd229b61e982cf39457504976a4f7ead4..e1bffcfd24f57b7a7ca2b67a28231a197d17840c 100644
|
| --- a/Source/core/dom/DocumentTest.cpp
|
| +++ b/Source/core/dom/DocumentTest.cpp
|
| @@ -44,10 +44,10 @@ namespace {
|
|
|
| class DocumentTest : public ::testing::Test {
|
| protected:
|
| - virtual void SetUp() OVERRIDE;
|
| + virtual void SetUp() override;
|
|
|
| #if ENABLE(OILPAN)
|
| - virtual void TearDown() OVERRIDE
|
| + virtual void TearDown() override
|
| {
|
| Heap::collectAllGarbage();
|
| }
|
|
|