mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Fix an inconsequential typo (MOZ_DECL_CTOR_COUNTER does nothing, now). r,a=waterson
This commit is contained in:
parent
bf8bdf8481
commit
2bc2822994
@ -142,6 +142,7 @@ typedef enum {
|
||||
eRDFContentSinkState_InEpilog
|
||||
} RDFContentSinkState;
|
||||
|
||||
MOZ_DECL_CTOR_COUNTER(RDFContentSinkImpl::NameSpaceEntry);
|
||||
|
||||
class RDFContentSinkImpl : public nsIRDFContentSink
|
||||
{
|
||||
@ -285,8 +286,6 @@ protected:
|
||||
nsIURI* mDocumentURL;
|
||||
};
|
||||
|
||||
MOZ_DECL_CTOR_COUNTER(RDFContentSinkState::NameSpaceEntry);
|
||||
|
||||
PRInt32 RDFContentSinkImpl::gRefCnt = 0;
|
||||
nsIRDFService* RDFContentSinkImpl::gRDFService;
|
||||
nsIRDFContainerUtils* RDFContentSinkImpl::gRDFContainerUtils;
|
||||
|
Loading…
x
Reference in New Issue
Block a user