| Index: third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| index fa4e19799c1b607ac34b42cee989c2402e1497b3..c8cf48ffd58fad04cb04c2af5017edfcd77c92d7 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| @@ -86,7 +86,7 @@ void SVGInlineTextBoxPainter::paintTextFragments(const PaintInfo& paintInfo, Lay
|
| const ComputedStyle* selectionStyle = &style;
|
| bool shouldPaintSelection = this->shouldPaintSelection(paintInfo);
|
| if (shouldPaintSelection) {
|
| - selectionStyle = parentLayoutObject.getCachedPseudoStyle(SELECTION);
|
| + selectionStyle = parentLayoutObject.getCachedPseudoStyle(PseudoIdSelection);
|
| if (selectionStyle) {
|
| const SVGComputedStyle& svgSelectionStyle = selectionStyle->svgStyle();
|
|
|
|
|