| Index: runtime/vm/code_generator_ia32.h
|
| ===================================================================
|
| --- runtime/vm/code_generator_ia32.h (revision 2556)
|
| +++ runtime/vm/code_generator_ia32.h (working copy)
|
| @@ -16,7 +16,7 @@
|
|
|
| namespace dart {
|
|
|
| -// Forward Declarations.
|
| +// Forward declarations.
|
| class Assembler;
|
| class AstNode;
|
| class CodeGenerator;
|
| @@ -129,7 +129,7 @@
|
| // structured.
|
| friend class OptimizingCodeGenerator;
|
|
|
| - // Forward Declarations.
|
| + // Forward declarations.
|
| class DescriptorList;
|
| class HandlerList;
|
|
|
| @@ -224,7 +224,6 @@
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(CodeGenerator);
|
| };
|
|
|
| -
|
| } // namespace dart
|
|
|
| #endif // VM_CODE_GENERATOR_IA32_H_
|
|
|