mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-28 15:50:26 +08:00
Mark Mentovai
599eda0403
Use references instead of pointers for CPU context in SimulateCrash
The Windows equivalent uses references, which are better than pointers for these const non-null objects. R=scottmg@chromium.org Review URL: https://codereview.chromium.org/1368023004 .
Description
Languages
C++
92.6%
Objective-C++
2.5%
C
2%
Python
1.7%
Assembly
0.9%
Other
0.3%