| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index 92f49b8ff1de4ebed6e32bf873aad551eba024e6..5fd1646d5230cab0e89c39791f303f0320f5e451 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -45,8 +45,7 @@ class CodeFactory FINAL {
|
|
|
| static Callable CompareIC(Isolate* isolate, Token::Value op);
|
|
|
| - static Callable BinaryOpIC(Isolate* isolate, Token::Value op,
|
| - OverwriteMode mode = NO_OVERWRITE);
|
| + static Callable BinaryOpIC(Isolate* isolate, Token::Value op);
|
|
|
| // Code stubs. Add methods here as needed to reduce dependency on
|
| // code-stubs.h.
|
|
|