| Index: Source/core/svg/graphics/SVGImageForContainer.h
 | 
| diff --git a/Source/core/svg/graphics/SVGImageForContainer.h b/Source/core/svg/graphics/SVGImageForContainer.h
 | 
| index 29e66d91ca3f89a975774aeb0cef09a3ed78d526..84ae9f31fcd422d182c8bae856dcda83a794bd8c 100644
 | 
| --- a/Source/core/svg/graphics/SVGImageForContainer.h
 | 
| +++ b/Source/core/svg/graphics/SVGImageForContainer.h
 | 
| @@ -70,8 +70,8 @@ private:
 | 
|      {
 | 
|      }
 | 
|  
 | 
| -    virtual void destroyDecodedData(bool /*destroyAll*/ = true) { }
 | 
| -    virtual unsigned decodedSize() const { return 0; }
 | 
| +    virtual void destroyDecodedData() OVERRIDE { }
 | 
| +    virtual unsigned decodedSize() const OVERRIDE { return 0; }
 | 
|  
 | 
|      SVGImage* m_image;
 | 
|      const FloatSize m_containerSize;
 | 
| 
 |