Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Side by Side Diff: patches/nspr-attach-as-system-thread.patch

Issue 2078763002: Delete bundled copy of NSS and replace with README. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/nss@master
Patch Set: Delete bundled copy of NSS and replace with README. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « nss/lib/util/verref.h ('k') | patches/nspr-overflow.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 diff --git a/nspr/pr/src/md/windows/w95thred.c b/nspr/pr/src/md/windows/w95thred .c
2 index 52bfb02..2741d94 100644
3 --- a/nspr/pr/src/md/windows/w95thred.c
4 +++ b/nspr/pr/src/md/windows/w95thred.c
5 @@ -318,7 +318,7 @@ PRThread *thread;
6
7 if (NULL == thread) {
8 thread = _PRI_AttachThread(
9 - PR_USER_THREAD, PR_PRIORITY_NORMAL, NULL, 0);
10 + PR_SYSTEM_THREAD, PR_PRIORITY_NORMAL, NULL, 0);
11 }
12 PR_ASSERT(thread != NULL);
13 return thread;
OLDNEW
« no previous file with comments | « nss/lib/util/verref.h ('k') | patches/nspr-overflow.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698