Index: src/ia32/lithium-ia32.h |
diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h |
index 1cdd31ede883dcf08c4ab8a3327c3ba2a05cbd96..1adc13e4d4a6614968cdfe386f1b19a240e89ddf 100644 |
--- a/src/ia32/lithium-ia32.h |
+++ b/src/ia32/lithium-ia32.h |
@@ -1881,7 +1881,7 @@ class LChunkBuilder BASE_EMBEDDED { |
argument_count_(0), |
allocator_(allocator), |
position_(RelocInfo::kNoPosition), |
- instructions_pending_deoptimization_environment_(NULL), |
+ instruction_pending_deoptimization_environment_(NULL), |
pending_deoptimization_ast_id_(AstNode::kNoNumber) { } |
// Build the sequence for the graph. |
@@ -2015,7 +2015,7 @@ class LChunkBuilder BASE_EMBEDDED { |
int argument_count_; |
LAllocator* allocator_; |
int position_; |
- LInstruction* instructions_pending_deoptimization_environment_; |
+ LInstruction* instruction_pending_deoptimization_environment_; |
int pending_deoptimization_ast_id_; |
DISALLOW_COPY_AND_ASSIGN(LChunkBuilder); |