Chromium Code Reviews| Index: runtime/vm/parser.h |
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h |
| index d6e73758e9587652ce49023b9311c4ce989577b9..43aaa7021938d1cba0972b74183b9f90e106029c 100644 |
| --- a/runtime/vm/parser.h |
| +++ b/runtime/vm/parser.h |
| @@ -93,6 +93,8 @@ class ParsedFunction : public ValueObject { |
| void AllocateVariables(); |
| private: |
| + friend class CachedFunction; |
| + |
| const Function& function_; |
| SequenceNode* node_sequence_; |
| AstNode* instantiator_; |