Index: src/google_breakpad/processor/stack_frame_cpu.h |
=================================================================== |
--- src/google_breakpad/processor/stack_frame_cpu.h (revision 1067) |
+++ src/google_breakpad/processor/stack_frame_cpu.h (working copy) |
@@ -70,7 +70,7 @@ |
CONTEXT_VALID_ALL = -1 |
}; |
- StackFrameX86() |
+ StackFrameX86() |
: context(), |
context_validity(CONTEXT_VALID_NONE), |
windows_frame_info(NULL), |
@@ -220,7 +220,7 @@ |
// Return the ContextValidity flag for register rN. |
static ContextValidity RegisterValidFlag(int n) { |
return ContextValidity(1 << n); |
- } |
+ } |
// Register state. This is only fully valid for the topmost frame in a |
// stack. In other frames, the values of nonvolatile registers may be |