Bug 830018 - Intermittent browser_profiler_controller.js, test_profiler_actor.js | application crashed [@AddSharedLibraryInfoToStream]. r=vladan

This commit is contained in:
Rafael Ávila de Espíndola 2013-01-14 16:20:05 -05:00
parent 050625e1d4
commit 47452aebf8

View File

@ -136,7 +136,7 @@ AddSharedLibraryInfoToStream(std::ostream& aStream, const SharedLibrary& aLib)
#ifdef DEBUG
std::ostringstream oStream;
oStream << pdbSignature << std::hex << pdbAge;
oStream << pdbSignature << std::hex << std::uppercase << pdbAge;
MOZ_ASSERT(breakpadId == oStream.str());
#endif