summaryrefslogtreecommitdiff
path: root/dom/animation/TimingParams.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/animation/TimingParams.cpp')
-rw-r--r--dom/animation/TimingParams.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/animation/TimingParams.cpp b/dom/animation/TimingParams.cpp
index f387f460f8..8c64224a6e 100644
--- a/dom/animation/TimingParams.cpp
+++ b/dom/animation/TimingParams.cpp
@@ -135,7 +135,7 @@ TimingParams::ParseEasing(const nsAString& aEasing,
NS_STYLE_TRANSITION_TIMING_FUNCTION_LINEAR) {
return Nothing();
}
- MOZ_FALLTHROUGH;
+ [[fallthrough]];
case eCSSUnit_Cubic_Bezier:
case eCSSUnit_Steps: {
nsTimingFunction timingFunction;