mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 830018 - Intermittent browser_profiler_controller.js, test_profiler_actor.js | application crashed [@AddSharedLibraryInfoToStream]. r=vladan
This commit is contained in:
parent
050625e1d4
commit
47452aebf8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user