| Index: src/code-stubs.h
|
| diff --git a/src/code-stubs.h b/src/code-stubs.h
|
| index 7e6c00060fff1f033d563b5b53c992aa14401435..da86071b9db94f7ea896be84d19b3dcb68e5c915 100644
|
| --- a/src/code-stubs.h
|
| +++ b/src/code-stubs.h
|
| @@ -1171,6 +1171,9 @@ class BinaryOpICWithAllocationSiteStub V8_FINAL : public PlatformCodeStub {
|
|
|
| class BinaryOpWithAllocationSiteStub V8_FINAL : public BinaryOpICStub {
|
| public:
|
| + BinaryOpWithAllocationSiteStub(Token::Value op, OverwriteMode mode)
|
| + : BinaryOpICStub(op, mode) {}
|
| +
|
| explicit BinaryOpWithAllocationSiteStub(const BinaryOpIC::State& state)
|
| : BinaryOpICStub(state) {}
|
|
|
|
|