Index: Source/WebCore/rendering/svg/RenderSVGBlock.h |
=================================================================== |
--- Source/WebCore/rendering/svg/RenderSVGBlock.h (revision 118874) |
+++ Source/WebCore/rendering/svg/RenderSVGBlock.h (working copy) |
@@ -34,13 +34,15 @@ |
virtual LayoutRect visualOverflowRect() const; |
+protected: |
+ virtual void willBeDestroyed() OVERRIDE; |
+ |
private: |
virtual void setStyle(PassRefPtr<RenderStyle>); |
virtual void updateBoxModelInfoFromStyle(); |
virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const; |
- virtual void willBeDestroyed(); |
virtual void styleWillChange(StyleDifference, const RenderStyle* newStyle); |
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle); |
virtual void updateFromElement(); |