| 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 1bf13cc7005b752d61ffd4f68c7655d6e7eec24e..1a81386e836b5d49c6d5abfa64a5785826409f7f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| @@ -321,7 +321,7 @@ bool SVGSVGElement::checkIntersectionOrEnclosure(
|
| LayoutObject* layoutObject = element.layoutObject();
|
| ASSERT(!layoutObject || layoutObject->style());
|
| if (!layoutObject ||
|
| - layoutObject->style()->pointerEvents() == EPointerEvents::None)
|
| + layoutObject->style()->pointerEvents() == EPointerEvents::kNone)
|
| return false;
|
|
|
| if (!isIntersectionOrEnclosureTarget(layoutObject))
|
|
|