| Index: app/win/scoped_prop.cc
|
| ===================================================================
|
| --- app/win/scoped_prop.cc (revision 70263)
|
| +++ app/win/scoped_prop.cc (working copy)
|
| @@ -18,7 +18,7 @@
|
| // is going to ask for the property and get NULL. So, rather than crash later
|
| // on when someone expects a non-NULL value we crash here in hopes of
|
| // diagnosing the failure.
|
| - CHECK(result) << win_util::FormatLastWin32Error();
|
| + CHECK(result) << ::GetLastError();
|
| }
|
|
|
| ScopedProp::~ScopedProp() {
|
|
|
| Property changes on: app\win\scoped_prop.cc
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|