diff options
Diffstat (limited to 'js/src/irregexp/RegExpEngine.cpp')
-rw-r--r-- | js/src/irregexp/RegExpEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/irregexp/RegExpEngine.cpp b/js/src/irregexp/RegExpEngine.cpp index 75c6f4547a..0fb783170e 100644 --- a/js/src/irregexp/RegExpEngine.cpp +++ b/js/src/irregexp/RegExpEngine.cpp @@ -3348,7 +3348,7 @@ EmitAtomLetter(RegExpCompiler* compiler, } case 4: macro_assembler->CheckCharacter(chars[3], &ok); - MOZ_FALLTHROUGH; + [[fallthrough]]; case 3: macro_assembler->CheckCharacter(chars[0], &ok); macro_assembler->CheckCharacter(chars[1], &ok); |