author | Robert O'Callahan <robert@ocallahan.org> |
Thu, 19 Sep 2013 17:15:18 +1200 | |
changeset 147844 | 44d17cee54c5b546b01881b65985d0cbc74ad663 |
parent 147843 | bf8d5d78b27e91fe55deb25203c6ed23a1c963f8 |
child 147845 | 0ebacd4d0b4a19e58a2c9f9880314d7c3f10f4bc |
push id | 25317 |
push user | emorley@mozilla.com |
push date | Thu, 19 Sep 2013 14:37:38 +0000 |
treeherder | mozilla-central@70a765607344 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
milestone | 27.0a1 |
backs out | bf8d5d78b27e91fe55deb25203c6ed23a1c963f8 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/widget/windows/nsAppShell.h +++ b/widget/windows/nsAppShell.h @@ -22,17 +22,16 @@ class nsAppShell : public nsBaseAppShell { public: nsAppShell() : mEventWnd(NULL), mNativeCallbackPending(false), mLastNativeEventScheduledMutex("nsAppShell::mLastNativeEventScheduledMutex") {} typedef mozilla::TimeStamp TimeStamp; - typedef mozilla::Mutex Mutex; nsresult Init(); void DoProcessMoreGeckoEvents(); static UINT GetTaskbarButtonCreatedMessage(); protected: NS_IMETHOD Run();