| Index: Source/core/rendering/PointerEventsHitRules.cpp
|
| diff --git a/Source/core/rendering/PointerEventsHitRules.cpp b/Source/core/rendering/PointerEventsHitRules.cpp
|
| index 8ae6aa7ead53819690f13b021594ac64d9e2b3b1..b0fd42c63ce4cd8a7cfd89b795265ec463e39951 100644
|
| --- a/Source/core/rendering/PointerEventsHitRules.cpp
|
| +++ b/Source/core/rendering/PointerEventsHitRules.cpp
|
| @@ -32,7 +32,7 @@ PointerEventsHitRules::PointerEventsHitRules(EHitTesting hitTesting, const HitTe
|
| if (request.svgClipContent())
|
| pointerEvents = PE_FILL;
|
|
|
| - if (hitTesting == SVG_PATH_HITTESTING) {
|
| + if (hitTesting == SVG_GEOMETRY_HITTESTING) {
|
| switch (pointerEvents)
|
| {
|
| case PE_VISIBLE_PAINTED:
|
|
|