Index: Source/core/html/HTMLProgressElement.h |
diff --git a/Source/core/html/HTMLProgressElement.h b/Source/core/html/HTMLProgressElement.h |
index 1c20b27aae9e00a4244110926ad63d723f6c4f35..4f33d24cf735ce62de32449ff661dbd481f133df 100644 |
--- a/Source/core/html/HTMLProgressElement.h |
+++ b/Source/core/html/HTMLProgressElement.h |
@@ -44,7 +44,7 @@ public: |
double position() const; |
- virtual bool canContainRangeEndPoint() const { return false; } |
+ virtual bool canContainRangeEndPoint() const OVERRIDE { return false; } |
private: |
explicit HTMLProgressElement(Document&); |
@@ -54,7 +54,7 @@ private: |
virtual bool shouldAppearIndeterminate() const OVERRIDE; |
virtual bool supportLabels() const OVERRIDE { return true; } |
- virtual RenderObject* createRenderer(RenderStyle*); |
+ virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
RenderProgress* renderProgress() const; |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |