| Index: Source/core/inspector/InspectorOverlay.cpp
|
| diff --git a/Source/core/inspector/InspectorOverlay.cpp b/Source/core/inspector/InspectorOverlay.cpp
|
| index 6687bbe8e7321884ec3702b02050fb757c685fe4..d4698061a6ae3f32291d571ca6ee247875390599 100644
|
| --- a/Source/core/inspector/InspectorOverlay.cpp
|
| +++ b/Source/core/inspector/InspectorOverlay.cpp
|
| @@ -311,7 +311,7 @@ static void buildNodeHighlight(Node& node, const HighlightConfig& highlightConfi
|
|
|
| highlight->setDataFromConfig(highlightConfig);
|
|
|
| - // RenderSVGRoot should be highlighted through the isBox() code path, all other SVG elements should just dump their absoluteQuads().
|
| + // LayoutSVGRoot should be highlighted through the isBox() code path, all other SVG elements should just dump their absoluteQuads().
|
| if (renderer->node() && renderer->node()->isSVGElement() && !renderer->isSVGRoot()) {
|
| Vector<FloatQuad> quads;
|
| renderer->absoluteQuads(quads);
|
|
|