Index: runtime/vm/parser.h |
=================================================================== |
--- runtime/vm/parser.h (revision 6717) |
+++ runtime/vm/parser.h (working copy) |
@@ -44,10 +44,7 @@ |
const Function& function() const { return function_; } |
SequenceNode* node_sequence() const { return node_sequence_; } |
- void set_node_sequence(SequenceNode* node_sequence) { |
- ASSERT(node_sequence != NULL); |
- node_sequence_ = node_sequence; |
- } |
+ void SetNodeSequence(SequenceNode* node_sequence); |
AstNode* instantiator() const { return instantiator_; } |
void set_instantiator(AstNode* instantiator) { |