| Index: Source/core/events/EventPath.cpp
|
| diff --git a/Source/core/events/EventPath.cpp b/Source/core/events/EventPath.cpp
|
| index 7d80754c7e957c29db9462ca83b1176bfc844f19..0482f4253fdf6315ffa6e4f32b2c73ea2fb07b50 100644
|
| --- a/Source/core/events/EventPath.cpp
|
| +++ b/Source/core/events/EventPath.cpp
|
| @@ -131,7 +131,7 @@ void EventPath::resetWith(Node* node)
|
| m_treeScopeEventContexts.clear();
|
| calculatePath();
|
| calculateAdjustedTargets();
|
| - if (RuntimeEnabledFeatures::shadowDOMEnabled() && !node->isSVGElement())
|
| + if (!node->isSVGElement())
|
| calculateTreeScopePrePostOrderNumbers();
|
| }
|
|
|
|
|