| Index: Source/core/rendering/svg/RenderSVGBlock.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGBlock.h b/Source/core/rendering/svg/RenderSVGBlock.h
|
| index 031c2d3c16d1b3ae791ee55b008f0ccd7655f207..7ddef9b1a76a97282b7f3337ba8d4dfd7e64d620 100644
|
| --- a/Source/core/rendering/svg/RenderSVGBlock.h
|
| +++ b/Source/core/rendering/svg/RenderSVGBlock.h
|
| @@ -41,7 +41,7 @@ private:
|
| virtual bool isRenderSVGBlock() const OVERRIDE FINAL { return true; }
|
| virtual bool isSVG() const OVERRIDE FINAL { return true; }
|
|
|
| - virtual bool supportsPartialLayout() const OVERRIDE { return false; }
|
| + virtual bool supportsPartialLayout() const OVERRIDE FINAL { return false; }
|
|
|
| virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL;
|
|
|
|
|