| Index: Source/core/layout/LayoutPartTest.cpp
|
| diff --git a/Source/core/layout/LayoutPartTest.cpp b/Source/core/layout/LayoutPartTest.cpp
|
| index f93888d75b369a1fae468a7dccb16d10dbd5651f..9cc67a369cd24c03e12e08c779cf3e0f96a35345 100644
|
| --- a/Source/core/layout/LayoutPartTest.cpp
|
| +++ b/Source/core/layout/LayoutPartTest.cpp
|
| @@ -19,7 +19,7 @@ class OverriddenLayoutPart : public LayoutPart {
|
| public:
|
| explicit OverriddenLayoutPart(Element* element) : LayoutPart(element) { }
|
|
|
| - virtual const char* name() const override { return "OverriddenLayoutPart"; }
|
| + const char* name() const override { return "OverriddenLayoutPart"; }
|
| };
|
|
|
| TEST_F(LayoutPartTest, DestroyUpdatesImageQualityController)
|
|
|