Index: src/ia32/codegen-ia32.h |
=================================================================== |
--- src/ia32/codegen-ia32.h (revision 3659) |
+++ src/ia32/codegen-ia32.h (working copy) |
@@ -614,8 +614,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 |