| Index: src/compiler/simplified-lowering.h
|
| diff --git a/src/compiler/simplified-lowering.h b/src/compiler/simplified-lowering.h
|
| index 18c733121943728fbcf20f16b3c96dfc412c4edb..0e5abeefcf2dc963069da3c586f6f7bd7736b75d 100644
|
| --- a/src/compiler/simplified-lowering.h
|
| +++ b/src/compiler/simplified-lowering.h
|
| @@ -12,17 +12,13 @@
|
|
|
| namespace v8 {
|
| namespace internal {
|
| -
|
| -// Forward declarations.
|
| -class TypeCache;
|
| -
|
| -
|
| namespace compiler {
|
|
|
| // Forward declarations.
|
| class RepresentationChanger;
|
| class RepresentationSelector;
|
| class SourcePositionTable;
|
| +class TypeCache;
|
|
|
| class SimplifiedLowering final {
|
| public:
|
|
|