mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 978468 - Add some MOZ_FINAL to XBL. r=mrbkap
This commit is contained in:
parent
cfe0774568
commit
0dc4d834bc
@ -37,7 +37,7 @@ class nsAnonymousContentList;
|
||||
// *********************************************************************/
|
||||
// The XBLBinding class
|
||||
|
||||
class nsXBLBinding
|
||||
class nsXBLBinding MOZ_FINAL
|
||||
{
|
||||
public:
|
||||
nsXBLBinding(nsXBLPrototypeBinding* aProtoBinding);
|
||||
|
@ -15,7 +15,7 @@
|
||||
class nsXBLPrototypeBinding;
|
||||
class nsXBLDocGlobalObject;
|
||||
|
||||
class nsXBLDocumentInfo : public nsSupportsWeakReference
|
||||
class nsXBLDocumentInfo MOZ_FINAL : public nsSupportsWeakReference
|
||||
{
|
||||
public:
|
||||
NS_DECL_CYCLE_COLLECTING_ISUPPORTS
|
||||
|
@ -15,7 +15,7 @@
|
||||
class nsXBLPrototypeBinding;
|
||||
class nsXBLProtoImplAnonymousMethod;
|
||||
|
||||
class nsXBLProtoImpl
|
||||
class nsXBLProtoImpl MOZ_FINAL
|
||||
{
|
||||
public:
|
||||
nsXBLProtoImpl()
|
||||
|
@ -31,7 +31,7 @@ class nsXBLProtoImplField;
|
||||
// Instances of this class are owned by the nsXBLDocumentInfo object returned
|
||||
// by XBLDocumentInfo(). Consumers who want to refcount things should refcount
|
||||
// that.
|
||||
class nsXBLPrototypeBinding
|
||||
class nsXBLPrototypeBinding MOZ_FINAL
|
||||
{
|
||||
public:
|
||||
nsIContent* GetBindingElement() const { return mBinding; }
|
||||
|
@ -32,8 +32,8 @@ class EventTarget;
|
||||
}
|
||||
}
|
||||
|
||||
class nsXBLService : public nsIObserver,
|
||||
public nsSupportsWeakReference
|
||||
class nsXBLService MOZ_FINAL : public nsIObserver,
|
||||
public nsSupportsWeakReference
|
||||
{
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user