Revision: 14500
Author: [email protected]
Date: Tue Apr 30 09:42:35 2013
Log: Rollback of r14496 in trunk branch.
frames.h/cc cleanup
BUG=None
[email protected]
Review URL: https://codereview.chromium.org/14638006
http://code.google.com/p/v8/source/detail?r=14500
Modified:
/trunk/src/frames.cc
/trunk/src/frames.h
/trunk/src/version.cc
=======================================
--- /trunk/src/frames.cc Tue Apr 30 09:36:45 2013
+++ /trunk/src/frames.cc Tue Apr 30 09:42:35 2013
@@ -168,6 +168,7 @@
reinterpret_cast<Address*>(StandardFrame::ComputePCAddress(fp_)));
type = StackFrame::ComputeType(isolate(), &state);
}
+ if (SingletonFor(type) == NULL) return;
frame_ = SingletonFor(type, &state);
}
=======================================
--- /trunk/src/frames.h Tue Apr 30 09:36:45 2013
+++ /trunk/src/frames.h Tue Apr 30 09:42:35 2013
@@ -969,11 +969,9 @@
class SafeStackTraceFrameIterator: public SafeJavaScriptFrameIterator {
public:
- SafeStackTraceFrameIterator(Isolate* isolate,
- Address fp,
- Address sp,
- Address low_bound,
- Address high_bound);
+ explicit SafeStackTraceFrameIterator(Isolate* isolate,
+ Address fp, Address sp,
+ Address low_bound, Address
high_bound);
void Advance();
};
=======================================
--- /trunk/src/version.cc Tue Apr 30 09:36:45 2013
+++ /trunk/src/version.cc Tue Apr 30 09:42:35 2013
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 18
#define BUILD_NUMBER 5
-#define PATCH_LEVEL 0
+#define PATCH_LEVEL 1
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
#define IS_CANDIDATE_VERSION 0
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.