mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 21:18:35 +00:00
do it right this time.
This commit is contained in:
parent
9bb45241da
commit
3d232abecd
@ -85,7 +85,7 @@ public:
|
||||
// dummy constructor, never used (only used for casting)
|
||||
JavaThread(const Type& type) : JavaObject(type) { }
|
||||
};
|
||||
Thread(JavaObject* o) : state(DEFAULT), peer(o), handle(NULL), prio(PR_PRIORITY_NORMAL), id(NULL) {
|
||||
Thread(JavaObject* o) : prio(PR_PRIORITY_NORMAL), id(NULL), handle(NULL), peer(o), state(DEFAULT) {
|
||||
_lock = PR_NewLock();
|
||||
}
|
||||
~Thread() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user