aboutsummaryrefslogtreecommitdiff
path: root/www/firefox15/files/patch-bugzilla243151
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox15/files/patch-bugzilla243151')
-rw-r--r--www/firefox15/files/patch-bugzilla24315110
1 files changed, 10 insertions, 0 deletions
diff --git a/www/firefox15/files/patch-bugzilla243151 b/www/firefox15/files/patch-bugzilla243151
new file mode 100644
index 000000000000..e1a2a77acc20
--- /dev/null
+++ b/www/firefox15/files/patch-bugzilla243151
@@ -0,0 +1,10 @@
+Bogus assertion, see https://bugzilla.mozilla.org/show_bug.cgi?id=243151
+
+--- xpcom/threads/nsThread.cpp Sun Oct 5 21:42:05 2003
++++ xpcom/threads/nsThread.cpp Mon Aug 8 00:33:45 2005
+@@ -374,5 +374,4 @@
+ status = PR_NewThreadPrivateIndex(&nsThread::kIThreadSelfIndex, nsThread::Exit);
+ if (status != PR_SUCCESS) return NS_ERROR_FAILURE;
+- NS_ASSERTION(nsThread::kIThreadSelfIndex != 0, "couldn't get thread private index");
+ }
+