summaryrefslogtreecommitdiff
path: root/dom/xslt/xslt/txOutputFormat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/xslt/xslt/txOutputFormat.cpp')
-rw-r--r--dom/xslt/xslt/txOutputFormat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/xslt/xslt/txOutputFormat.cpp b/dom/xslt/xslt/txOutputFormat.cpp
index dcf28f5cb5..3609c5c994 100644
--- a/dom/xslt/xslt/txOutputFormat.cpp
+++ b/dom/xslt/xslt/txOutputFormat.cpp
@@ -81,7 +81,7 @@ void txOutputFormat::setFromDefaults()
case eMethodNotSet:
{
mMethod = eXMLOutput;
- MOZ_FALLTHROUGH;
+ [[fallthrough]];
}
case eXMLOutput:
{