Bug 556214, parts 1 and 1.1: Rename Monitor to ReentrantMonitor and fix existing Monitor users. r=roc

This commit is contained in:
Chris Jones
2011-04-29 14:21:57 -05:00
parent 9745be065b
commit 4b3bb04878
85 changed files with 780 additions and 790 deletions

View File

@@ -46,13 +46,10 @@
#include "nsStringGlue.h"
#include "nsIXULAppInfo.h"
#include "mozilla/Mutex.h"
#include "mozilla/PaintTracker.h"
using mozilla::ipc::SyncChannel;
using mozilla::ipc::RPCChannel;
using mozilla::MutexAutoUnlock;
using namespace mozilla;
using namespace mozilla::ipc;
using namespace mozilla::ipc::windows;
/**