summaryrefslogtreecommitdiffstats
path: root/dom/smil/SMILIntegerType.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/smil/SMILIntegerType.h')
-rw-r--r--dom/smil/SMILIntegerType.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dom/smil/SMILIntegerType.h b/dom/smil/SMILIntegerType.h
index 39560cc79..bf8030b6e 100644
--- a/dom/smil/SMILIntegerType.h
+++ b/dom/smil/SMILIntegerType.h
@@ -38,7 +38,8 @@ public:
}
private:
- constexpr SMILIntegerType() {}
+ // Private constructor: prevent instances beyond my singleton.
+ SMILIntegerType() {}
};
} // namespace mozilla