Skip to content

Commit

Permalink
[V8] QNX: Initialize mutex in SignalSender
Browse files Browse the repository at this point in the history
This prevents an assertion in ScopedLock on QNX following the recent
V8 version bump.

Change-Id: I4dde3021a26293e131269c58781739e078169d19
Reviewed-by: Kent Hansen <[email protected]>
  • Loading branch information
Sean Harmer authored and Qt by Nokia committed Jun 25, 2012
1 parent 5572a18 commit 041e973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/3rdparty/v8/src/platform-qnx.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,7 @@ void OS::SetUp() {
#endif
}
#endif
SignalSender::SetUp();
}


Expand Down

0 comments on commit 041e973

Please sign in to comment.