| Index: src/ia32/lithium-ia32.h
|
| ===================================================================
|
| --- src/ia32/lithium-ia32.h (revision 7030)
|
| +++ src/ia32/lithium-ia32.h (working copy)
|
| @@ -1881,7 +1881,7 @@
|
| 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 @@
|
| 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);
|
|
|