Index: src/code-stubs.h |
diff --git a/src/code-stubs.h b/src/code-stubs.h |
index 106ce329d48736d37c9ce54913993f7e13d670d2..bb9ff78f47f0d42af112f1c9468ebb92ddca9873 100644 |
--- a/src/code-stubs.h |
+++ b/src/code-stubs.h |
@@ -1078,7 +1078,7 @@ class BinaryOpICStub : public HydrogenCodeStub { |
static void InstallDescriptors(Isolate* isolate); |
- virtual Code::Kind GetCodeKind() const V8_FINAL V8_OVERRIDE { |
+ virtual Code::Kind GetCodeKind() const V8_OVERRIDE { |
return Code::BINARY_OP_IC; |
} |