Index: src/compiler/js-context-specialization.h |
diff --git a/src/compiler/js-context-specialization.h b/src/compiler/js-context-specialization.h |
index 1c0b54ffb0e5cb5acbcaf838a5a1abaa3db8cfe5..298d3a39f828c050fd9bc621cc6de03ba27b0a29 100644 |
--- a/src/compiler/js-context-specialization.h |
+++ b/src/compiler/js-context-specialization.h |
@@ -21,7 +21,7 @@ class JSContextSpecializer : public Reducer { |
JSContextSpecializer(CompilationInfo* info, JSGraph* jsgraph, Node* context) |
: info_(info), jsgraph_(jsgraph), context_(context) {} |
- virtual Reduction Reduce(Node* node) OVERRIDE; |
+ Reduction Reduce(Node* node) OVERRIDE; |
// Visible for unit testing. |
Reduction ReduceJSLoadContext(Node* node); |