mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
Fix mistake in last checkin (208121).
This commit is contained in:
parent
6e66bc626c
commit
9b5d4ac0b1
@ -954,7 +954,7 @@ private:
|
||||
if (result == NS_OK && outFieldID != NULL) {
|
||||
JavaClassMember key(clazz, outFieldID);
|
||||
JNIField* field;
|
||||
PRBool bFound = theIDTable && theIDTable->Get(key, (void **)field);
|
||||
PRBool bFound = theIDTable && theIDTable->Get(key, (void **)&field);
|
||||
if (!bFound) {
|
||||
field = new JNIField(name, sig, outFieldID);
|
||||
if (theIDTable)
|
||||
|
Loading…
Reference in New Issue
Block a user