Bug 727221 - mark LastDictionary and nsElementDeletionObserver final. r=ehsan.

This commit is contained in:
Rafael Ávila de Espíndola 2012-02-16 09:39:57 -05:00
parent e55c0ff914
commit 73a3c4a6bb
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ class UpdateDictionnaryHolder {
#define CPS_PREF_NAME NS_LITERAL_STRING("spellcheck.lang")
class LastDictionary {
class LastDictionary MOZ_FINAL {
public:
/**
* Store current dictionary for editor document url. Use content pref

View File

@ -102,7 +102,7 @@ static PRInt32 GetCSSFloatValue(nsIDOMCSSStyleDeclaration * aDecl,
return (PRInt32) f;
}
class nsElementDeletionObserver : public nsIMutationObserver
class nsElementDeletionObserver MOZ_FINAL : public nsIMutationObserver
{
public:
nsElementDeletionObserver(nsINode* aNativeAnonNode, nsINode* aObservedNode)