| Index: Source/core/svg/SVGFontFaceFormatElement.h
 | 
| diff --git a/Source/core/svg/SVGFontFaceFormatElement.h b/Source/core/svg/SVGFontFaceFormatElement.h
 | 
| index 986431a58bdb68b6f7eaf6f77a567d66e6ccb8d3..d6df7781b99e5839f9d5ce203b95d96d543d4d41 100644
 | 
| --- a/Source/core/svg/SVGFontFaceFormatElement.h
 | 
| +++ b/Source/core/svg/SVGFontFaceFormatElement.h
 | 
| @@ -32,7 +32,7 @@ public:
 | 
|  private:
 | 
|      explicit SVGFontFaceFormatElement(Document&);
 | 
|  
 | 
| -    virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
 | 
| +    virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
 | 
|      virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
 | 
|  };
 | 
|  
 | 
| 
 |