Index: Source/core/css/StyleInvalidationAnalysis.cpp |
diff --git a/Source/core/css/StyleInvalidationAnalysis.cpp b/Source/core/css/StyleInvalidationAnalysis.cpp |
index ac2a0bf2f352562fdaadb82148f5b4f58bd8e969..bc5942503f1f2263c77ac06c9dfa5733d61e56b8 100644 |
--- a/Source/core/css/StyleInvalidationAnalysis.cpp |
+++ b/Source/core/css/StyleInvalidationAnalysis.cpp |
@@ -127,7 +127,6 @@ static bool ruleAdditionMightRequireDocumentStyleRecalc(StyleRuleBase* rule) |
case StyleRule::Supports: // If we evaluated the supports-clause we could avoid recalc. |
case StyleRule::Viewport: // If the viewport doesn't match, we could avoid recalcing. |
// FIXME: Unclear if any of the rest need to cause style recalc: |
- case StyleRule::Region: |
case StyleRule::Filter: |
return true; |