aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_x86.h
diff options
context:
space:
mode:
authorbryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-09-19 21:58:41 +0000
committerbryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-09-19 21:58:41 +0000
commitcce3492afc263be86236600d41dca40be7224ee7 (patch)
tree7cba1d85a2a8159ccce7ab38d8b3f97c149e1c5b /src/processor/stackwalker_x86.h
parentStylistic changes for RangeMap (#24). r=bryner (diff)
downloadbreakpad-cce3492afc263be86236600d41dca40be7224ee7.tar.xz
Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessor
(#26) r=mmentovai. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@26 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/processor/stackwalker_x86.h')
-rw-r--r--src/processor/stackwalker_x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/stackwalker_x86.h b/src/processor/stackwalker_x86.h
index 8f175004..34be57eb 100644
--- a/src/processor/stackwalker_x86.h
+++ b/src/processor/stackwalker_x86.h
@@ -46,7 +46,7 @@ class StackwalkerX86 : public Stackwalker {
MemoryRegion* memory,
MinidumpModuleList* modules,
SymbolSupplier* supplier,
- const CrashReport* report);
+ void* supplier_data);
private:
// Implementation of Stackwalker, using x86 context (%ebp, %eip) and