mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 727221 - mark LastDictionary and nsElementDeletionObserver final. r=ehsan.
This commit is contained in:
parent
b2c6eef529
commit
5b0c52860f
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user