Index: src/compiler/simplified-lowering.h |
diff --git a/src/compiler/simplified-lowering.h b/src/compiler/simplified-lowering.h |
index 11506e9ac01e6867ccd023a88bd67861953c3552..9ffdde59f9fa6a9f3400658d8ad109128bb5fb92 100644 |
--- a/src/compiler/simplified-lowering.h |
+++ b/src/compiler/simplified-lowering.h |
@@ -18,7 +18,7 @@ namespace compiler { |
class RepresentationChanger; |
class SourcePositionTable; |
-class SimplifiedLowering FINAL { |
+class SimplifiedLowering final { |
public: |
SimplifiedLowering(JSGraph* jsgraph, Zone* zone, |
SourcePositionTable* source_positions) |