Revision: 16512
Author: [email protected]
Date: Tue Sep 3 15:17:51 2013 UTC
Log: Initialize CompareOperation::combined_type to avoid crashes.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/23811003
http://code.google.com/p/v8/source/detail?r=16512
Modified:
/branches/bleeding_edge/src/ast.h
=======================================
--- /branches/bleeding_edge/src/ast.h Mon Sep 2 09:27:27 2013 UTC
+++ /branches/bleeding_edge/src/ast.h Tue Sep 3 15:17:51 2013 UTC
@@ -2038,7 +2038,8 @@
op_(op),
left_(left),
right_(right),
- pos_(pos) {
+ pos_(pos),
+ combined_type_(Type::Null(), isolate) {
ASSERT(Token::IsCompareOp(op));
}
--
--
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.