summaryrefslogtreecommitdiff
path: root/dom/smil/nsSMILParserUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/smil/nsSMILParserUtils.cpp')
-rw-r--r--dom/smil/nsSMILParserUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/smil/nsSMILParserUtils.cpp b/dom/smil/nsSMILParserUtils.cpp
index 05b8fd7ba8..477c538c7e 100644
--- a/dom/smil/nsSMILParserUtils.cpp
+++ b/dom/smil/nsSMILParserUtils.cpp
@@ -186,7 +186,7 @@ ParseClockValue(RangedPtr<const char16_t>& aIter,
!ParseColon(iter, aEnd)) {
return false;
}
- MOZ_FALLTHROUGH;
+ [[fallthrough]];
case PARTIAL_CLOCK_VALUE:
if (!ParseSecondsOrMinutes(iter, aEnd, minutes) ||
!ParseColon(iter, aEnd) ||