mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
Bug 670964 - Add NS_FINAL_CLASS annotation to nsTextFragment. r=ehsan
This commit is contained in:
parent
cfac2c6c28
commit
7cc7e8254f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user