Index: src/compiler/js-context-specialization.h |
diff --git a/src/compiler/js-context-specialization.h b/src/compiler/js-context-specialization.h |
index f58eaa6848da86ce7cfba66fe38c2e49592f57e9..4a2ce9829ad55c070c6165c6b1c848e72dce74e5 100644 |
--- a/src/compiler/js-context-specialization.h |
+++ b/src/compiler/js-context-specialization.h |
@@ -19,7 +19,7 @@ class JSContextSpecializer : public Reducer { |
public: |
explicit JSContextSpecializer(JSGraph* jsgraph) : jsgraph_(jsgraph) {} |
- Reduction Reduce(Node* node) OVERRIDE; |
+ Reduction Reduce(Node* node) override; |
// Visible for unit testing. |
Reduction ReduceJSLoadContext(Node* node); |