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
Родитель 50e884b393
Коммит 502af0ee07
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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();