| Index: third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| index edc04ae0daef736c314722248dbef901642aa65f..1bf13cc7005b752d61ffd4f68c7655d6e7eec24e 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| @@ -317,7 +317,7 @@ static bool isIntersectionOrEnclosureTarget(LayoutObject* layoutObject) {
|
| bool SVGSVGElement::checkIntersectionOrEnclosure(
|
| const SVGElement& element,
|
| const FloatRect& rect,
|
| - CheckIntersectionOrEnclosure mode) const {
|
| + GeometryMatchingMode mode) const {
|
| LayoutObject* layoutObject = element.layoutObject();
|
| ASSERT(!layoutObject || layoutObject->style());
|
| if (!layoutObject ||
|
| @@ -351,7 +351,7 @@ bool SVGSVGElement::checkIntersectionOrEnclosure(
|
| StaticNodeList* SVGSVGElement::collectIntersectionOrEnclosureList(
|
| const FloatRect& rect,
|
| SVGElement* referenceElement,
|
| - CheckIntersectionOrEnclosure mode) const {
|
| + GeometryMatchingMode mode) const {
|
| HeapVector<Member<Node>> nodes;
|
|
|
| const SVGElement* root = this;
|
|
|