mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 727221 - mark LastDictionary and nsElementDeletionObserver final. r=ehsan.
This commit is contained in:
parent
e55c0ff914
commit
73a3c4a6bb
@ -83,7 +83,7 @@ class UpdateDictionnaryHolder {
|
|||||||
|
|
||||||
#define CPS_PREF_NAME NS_LITERAL_STRING("spellcheck.lang")
|
#define CPS_PREF_NAME NS_LITERAL_STRING("spellcheck.lang")
|
||||||
|
|
||||||
class LastDictionary {
|
class LastDictionary MOZ_FINAL {
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
* Store current dictionary for editor document url. Use content pref
|
* Store current dictionary for editor document url. Use content pref
|
||||||
|
@ -102,7 +102,7 @@ static PRInt32 GetCSSFloatValue(nsIDOMCSSStyleDeclaration * aDecl,
|
|||||||
return (PRInt32) f;
|
return (PRInt32) f;
|
||||||
}
|
}
|
||||||
|
|
||||||
class nsElementDeletionObserver : public nsIMutationObserver
|
class nsElementDeletionObserver MOZ_FINAL : public nsIMutationObserver
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
nsElementDeletionObserver(nsINode* aNativeAnonNode, nsINode* aObservedNode)
|
nsElementDeletionObserver(nsINode* aNativeAnonNode, nsINode* aObservedNode)
|
||||||
|
Loading…
Reference in New Issue
Block a user