Chromium Code Reviews| Index: src/ic.h |
| =================================================================== |
| --- src/ic.h (revision 5974) |
| +++ src/ic.h (working copy) |
| @@ -582,7 +582,8 @@ |
| static const char* GetStateName(State state); |
| private: |
| - State TargetState(State state, Handle<Object> x, Handle<Object> y); |
| + State TargetState(State state, bool has_inlined_smi_code, |
|
Vyacheslav Egorov (Chromium)
2010/12/13 09:56:41
we do not format arguments this way.
|
| + Handle<Object> x, Handle<Object> y); |
| bool strict() const { return op_ == Token::EQ_STRICT; } |
| Condition GetCondition() const { return ComputeCondition(op_); } |