зеркало из https://github.com/mozilla/pjs.git
# 37239
r = jst, a = brendan OS/2 bringup - PR_CALLBACK
This commit is contained in:
Родитель
34a6122f47
Коммит
ef6f939d58
|
@ -48,8 +48,8 @@ struct nsNodeInfoInner
|
|||
nsNodeInfoInner()
|
||||
: mName(nsnull), mPrefix(nsnull), mNamespaceID(kNameSpaceID_None) {}
|
||||
|
||||
static PR_CALLBACK PRIntn KeyCompare(const void *key1, const void *key2);
|
||||
static PR_CALLBACK PLHashNumber GetHashValue(const void *key);
|
||||
static PRIntn PR_CALLBACK KeyCompare(const void *key1, const void *key2);
|
||||
static PLHashNumber PR_CALLBACK GetHashValue(const void *key);
|
||||
|
||||
nsIAtom* mName;
|
||||
nsIAtom* mPrefix;
|
||||
|
|
|
@ -48,8 +48,8 @@ struct nsNodeInfoInner
|
|||
nsNodeInfoInner()
|
||||
: mName(nsnull), mPrefix(nsnull), mNamespaceID(kNameSpaceID_None) {}
|
||||
|
||||
static PR_CALLBACK PRIntn KeyCompare(const void *key1, const void *key2);
|
||||
static PR_CALLBACK PLHashNumber GetHashValue(const void *key);
|
||||
static PRIntn PR_CALLBACK KeyCompare(const void *key1, const void *key2);
|
||||
static PLHashNumber PR_CALLBACK GetHashValue(const void *key);
|
||||
|
||||
nsIAtom* mName;
|
||||
nsIAtom* mPrefix;
|
||||
|
|
Загрузка…
Ссылка в новой задаче