diff options
Diffstat (limited to 'js/src/frontend/NameFunctions.cpp')
-rw-r--r-- | js/src/frontend/NameFunctions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/frontend/NameFunctions.cpp b/js/src/frontend/NameFunctions.cpp index 3fbdd3fc8a..351611e14f 100644 --- a/js/src/frontend/NameFunctions.cpp +++ b/js/src/frontend/NameFunctions.cpp @@ -174,7 +174,7 @@ class NameResolver * flagged as a contributor. */ pos--; - MOZ_FALLTHROUGH; + [[fallthrough]]; default: /* Save any other nodes we encounter on the way up. */ |