Refactoring in preparation for microdump processing
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1370 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -299,8 +299,8 @@ class TestMinidumpContext : public MinidumpContext {
|
||||
explicit TestMinidumpContext(const MDRawContextX86& context) :
|
||||
MinidumpContext(NULL) {
|
||||
valid_ = true;
|
||||
context_.x86 = new MDRawContextX86(context);
|
||||
context_flags_ = MD_CONTEXT_X86;
|
||||
SetContextX86(new MDRawContextX86(context));
|
||||
SetContextFlags(MD_CONTEXT_X86);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user