Index: src/x64/codegen-x64.h |
=================================================================== |
--- src/x64/codegen-x64.h (revision 3659) |
+++ src/x64/codegen-x64.h (working copy) |
@@ -611,8 +611,8 @@ |
friend class JumpTarget; |
friend class Reference; |
friend class Result; |
- friend class FastCodeGenerator; |
- friend class CodeGenSelector; |
+ friend class FullCodeGenerator; |
+ friend class FullCodeGenSyntaxChecker; |
friend class CodeGeneratorPatcher; // Used in test-log-stack-tracer.cc |