| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp
|
| index e24927b5ea36a642338146bf088d8cb71a66833e..e5839cc3937025f5ca28a556191e6b98c391c931 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp
|
| @@ -202,7 +202,7 @@ bool LayoutSVGContainer::nodeAtFloatPoint(HitTestResult& result,
|
|
|
| // pointer-events: bounding-box makes it possible for containers to be direct
|
| // targets.
|
| - if (style()->pointerEvents() == EPointerEvents::BoundingBox) {
|
| + if (style()->pointerEvents() == EPointerEvents::kBoundingBox) {
|
| // Check for a valid bounding box because it will be invalid for empty
|
| // containers.
|
| if (isObjectBoundingBoxValid() &&
|
|
|