Bug 670964 - Add NS_FINAL_CLASS annotation to nsTextFragment. r=ehsan

This commit is contained in:
Mounir Lamouri 2011-07-19 10:04:42 -07:00
parent 4d1f52da24
commit 91ef97c1f9

View File

@ -81,7 +81,7 @@ class nsCString;
* This class does not have a virtual destructor therefore it is not
* meant to be subclassed.
*/
class nsTextFragment {
class NS_FINAL_CLASS nsTextFragment {
public:
static nsresult Init();
static void Shutdown();