зеркало из https://github.com/mozilla/pjs.git
Keep the DEFINE near the DECLARE (followup to bug 257868) r+sr=tor
This commit is contained in:
Родитель
cd18f33bc9
Коммит
0b1666f455
|
@ -47,8 +47,6 @@
|
|||
#include "nsIDocument.h"
|
||||
#include "nsIPresShell.h"
|
||||
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(nsSVGUseElement, NS_SVG_USE_ELEMENT_IMPL_CID)
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// implementation
|
||||
|
||||
|
|
|
@ -120,4 +120,6 @@ protected:
|
|||
nsCOMPtr<nsIContent> mSourceContent; // observed element
|
||||
};
|
||||
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(nsSVGUseElement, NS_SVG_USE_ELEMENT_IMPL_CID)
|
||||
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче