summaryrefslogtreecommitdiff
path: root/gfx/thebes/gfxTextRun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/thebes/gfxTextRun.cpp')
-rw-r--r--gfx/thebes/gfxTextRun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/thebes/gfxTextRun.cpp b/gfx/thebes/gfxTextRun.cpp
index 100af6da7b..896f2e1f8e 100644
--- a/gfx/thebes/gfxTextRun.cpp
+++ b/gfx/thebes/gfxTextRun.cpp
@@ -1758,7 +1758,7 @@ gfxFontGroup::FamilyFace::CheckState(bool& aSkipDrawing)
case gfxUserFontEntry::STATUS_FAILED:
SetInvalid();
// fall-thru to the default case
- MOZ_FALLTHROUGH;
+ [[fallthrough]];
default:
SetLoading(false);
}