Index: snapshot/test/test_exception_snapshot.h |
diff --git a/snapshot/test/test_exception_snapshot.h b/snapshot/test/test_exception_snapshot.h |
index 729f5f660a132e829bd29983fe77869fc621051c..291f6c143c79ea8be474e8e98e85be37d4190310 100644 |
--- a/snapshot/test/test_exception_snapshot.h |
+++ b/snapshot/test/test_exception_snapshot.h |
@@ -50,8 +50,8 @@ class TestExceptionSnapshot final : public ExceptionSnapshot { |
void SetThreadID(uint64_t thread_id) { thread_id_ = thread_id; } |
void SetException(uint32_t exception) { exception_ = exception; } |
- void SetExceptionInfo(uint32_t exception_info) { |
- exception_info_ = exception_info; |
+ void SetExceptionInfo(uint32_t exception_information) { |
Mark Mentovai
2015/02/05 14:24:32
Ha!
|
+ exception_info_ = exception_information; |
} |
void SetExceptionAddress(uint64_t exception_address) { |
exception_address_ = exception_address; |