| Index: Source/core/rendering/RenderPart.h | 
| diff --git a/Source/core/rendering/RenderPart.h b/Source/core/rendering/RenderPart.h | 
| index 2ba0ecb43cd4c58e47546c99bec1a5f25abe351c..aa5ed1c033b978fab8c21c3e1a242a0085492282 100644 | 
| --- a/Source/core/rendering/RenderPart.h | 
| +++ b/Source/core/rendering/RenderPart.h | 
| @@ -48,7 +48,7 @@ protected: | 
|  | 
| private: | 
| virtual bool isRenderPart() const OVERRIDE FINAL { return true; } | 
| -    virtual const char* renderName() const { return "RenderPart"; } | 
| +    virtual const char* renderName() const OVERRIDE { return "RenderPart"; } | 
| }; | 
|  | 
| DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderPart, isRenderPart()); | 
|  |