Index: src/compiler/operator-properties.h |
diff --git a/src/compiler/operator-properties.h b/src/compiler/operator-properties.h |
index 15ce2e105f2873390bbdafe44a255aebbe33a1f6..e7ecd931ea8c3d6961f17d4b07d40cb1c4c2eeeb 100644 |
--- a/src/compiler/operator-properties.h |
+++ b/src/compiler/operator-properties.h |
@@ -15,7 +15,7 @@ namespace compiler { |
class Operator; |
-class OperatorProperties FINAL { |
+class OperatorProperties final { |
public: |
static bool HasContextInput(const Operator* op); |
static int GetContextInputCount(const Operator* op) { |