author | Jacek Caban <jacek@codeweavers.com> |
Mon, 22 Aug 2011 14:18:41 +0200 | |
changeset 75641 | 7b7109b4bfb722b984e7e0869612000dfdc8bda7 |
parent 75640 | b7c8af20e4009560b86cb6b84d7025b62ceaaa25 |
child 75642 | 98f26632de7f4151d43a29b374ccad61fda539dd |
push id | 1377 |
push user | jacek@codeweavers.com |
push date | Mon, 22 Aug 2011 12:23:57 +0000 |
treeherder | mozilla-inbound@92b574170b33 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | neil |
bugs | 680866 |
milestone | 9.0a1 |
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/src/windows/nsFilePicker.h +++ b/widget/src/windows/nsFilePicker.h @@ -101,17 +101,17 @@ protected: // The constructor will obtain the working path, the destructor // will set the working path back to what it used to be. class AutoRestoreWorkingPath { public: AutoRestoreWorkingPath(); ~AutoRestoreWorkingPath(); - inline bool AutoRestoreWorkingPath::HasWorkingPath() const + inline bool HasWorkingPath() const { return mWorkingPath != NULL; } private: nsAutoArrayPtr<PRUnichar> mWorkingPath; };