mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
bug 282031. [BEOS] Our nsToolkit::CallMethod is broken. r=sergei_d, sr=dougt
This commit is contained in:
parent
b7ac7d591a
commit
55e79c16fa
@ -1282,7 +1282,7 @@ _pl_NativeNotify(PLEventQueue* self)
|
||||
struct ThreadInterfaceData
|
||||
{
|
||||
void *data;
|
||||
int32 sync;
|
||||
thread_id waitingThread;
|
||||
};
|
||||
|
||||
static PRStatus
|
||||
@ -1290,7 +1290,7 @@ _pl_NativeNotify(PLEventQueue* self)
|
||||
{
|
||||
struct ThreadInterfaceData id;
|
||||
id.data = self;
|
||||
id.sync = false;
|
||||
id.waitingThread = 0;
|
||||
write_port(self->eventport, 'natv', &id, sizeof(id));
|
||||
|
||||
return PR_SUCCESS; /* Is this correct? */
|
||||
|
Loading…
Reference in New Issue
Block a user