Index: Source/core/svg/SVGMPathElement.h |
diff --git a/Source/core/svg/SVGMPathElement.h b/Source/core/svg/SVGMPathElement.h |
index 7dcbe28b9b94cd1f949a99bae991c7a0d2ac22bf..6d88206cf34c8d19cdaf14484749b6e180b6283f 100644 |
--- a/Source/core/svg/SVGMPathElement.h |
+++ b/Source/core/svg/SVGMPathElement.h |
@@ -44,10 +44,10 @@ public: |
private: |
explicit SVGMPathElement(Document&); |
- void buildPendingResource(); |
+ virtual void buildPendingResource() OVERRIDE; |
void clearResourceReferences(); |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
- void removedFrom(ContainerNode*); |
+ virtual void removedFrom(ContainerNode*) OVERRIDE; |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |