Index: Source/core/rendering/RenderGeometryMap.cpp |
diff --git a/Source/core/rendering/RenderGeometryMap.cpp b/Source/core/rendering/RenderGeometryMap.cpp |
index 07ab16f7014479cf15b364f8207760f77c0117ad..d63550b94d89e9f6edfbac8b4930b942ee6b4924 100644 |
--- a/Source/core/rendering/RenderGeometryMap.cpp |
+++ b/Source/core/rendering/RenderGeometryMap.cpp |
@@ -201,7 +201,7 @@ static bool canMapBetweenRenderers(const RenderObject* renderer, const RenderObj |
if (style->position() == FixedPosition || style->isFlippedBlocksWritingMode()) |
return false; |
- if (current->hasColumns() || current->hasTransform() || current->isRenderFlowThread() || current->isSVGRoot()) |
+ if (current->hasColumns() || current->hasTransform() || current->isSVGRoot()) |
return false; |
if (current == ancestor) |