Bug 1119499 - Define BAD_TLS_INDEX where it is used. r=janv

This commit is contained in:
Andrew McCreight 2015-01-09 12:41:49 -08:00
parent af5901232a
commit ffbaeabe1a
2 changed files with 2 additions and 4 deletions

View File

@ -58,6 +58,8 @@
#include "UsageInfo.h"
#include "Utilities.h"
#define BAD_TLS_INDEX ((uint32_t) -1)
// The amount of time, in milliseconds, that our IO thread will stay alive
// after the last event it processes.
#define DEFAULT_THREAD_TIMEOUT_MS 30000

View File

@ -30,10 +30,6 @@ class nsIPrincipal;
class nsScriptNameSpaceManager;
class nsIMemoryReporterCallback;
#ifndef BAD_TLS_INDEX
#define BAD_TLS_INDEX ((uint32_t) -1)
#endif
namespace xpc {
class Scriptability {