| Index: Source/core/rendering/svg/RenderSVGBlock.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGBlock.cpp b/Source/core/rendering/svg/RenderSVGBlock.cpp
|
| index ed337effea31bcd8fabf057cb14caa3f48cf072d..9905f0a9a4f8860696c457b5f1cbd50cebdd5a5a 100644
|
| --- a/Source/core/rendering/svg/RenderSVGBlock.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGBlock.cpp
|
| @@ -55,7 +55,7 @@ void RenderSVGBlock::updateFromStyle()
|
| // Render(SVGText|ForeignObject) return 'NoLayer' on 'layerTypeRequired'. Fine for LayoutSVGText.
|
| //
|
| // If we want to support overflow rules for <foreignObject> we can choose between two solutions:
|
| - // a) make RenderSVGForeignObject require layers and SVG layer aware
|
| + // a) make LayoutSVGForeignObject require layers and SVG layer aware
|
| // b) reactor overflow logic out of Layer (as suggested by dhyatt), which is a large task
|
| //
|
| // Until this is resolved, disable overflow support. Opera/FF don't support it as well at the moment (Feb 2010).
|
|
|