Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(907)

Unified Diff: Source/core/events/EventPath.cpp

Issue 206033004: Unguard Shadow DOM features. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/events/Event.idl ('k') | Source/core/frame/Window.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « Source/core/events/Event.idl ('k') | Source/core/frame/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698