Index: src/compiler/common-operator.cc |
diff --git a/src/compiler/common-operator.cc b/src/compiler/common-operator.cc |
index 58f62c88ee9b2479061ab2c020454e9e9672b864..460c47b1803fe8e4e83c7000a6c2c966790b21e8 100644 |
--- a/src/compiler/common-operator.cc |
+++ b/src/compiler/common-operator.cc |
@@ -360,7 +360,7 @@ const Operator* CommonOperatorBuilder::Call(const CallDescriptor* descriptor) { |
descriptor->ReturnCount(), |
Operator::ZeroIfPure(descriptor->properties()), 0, descriptor) {} |
- virtual void PrintParameter(std::ostream& os) const OVERRIDE { |
+ void PrintParameter(std::ostream& os) const OVERRIDE { |
os << "[" << *parameter() << "]"; |
} |
}; |