Chromium Code Reviews| Index: src/code-stubs.h |
| diff --git a/src/code-stubs.h b/src/code-stubs.h |
| index 861a7daecdb16b12c64425e01eb6bf60489ec544..d69e9263e14a12195031d4423e380dc9a16cf348 100644 |
| --- a/src/code-stubs.h |
| +++ b/src/code-stubs.h |
| @@ -982,7 +982,7 @@ class CallICStub: public PlatformCodeStub { |
| } |
| protected: |
| - int arg_count() const { return state().arg_count(); } |
| + int arg_count() const { return state().argc(); } |
| CallICState state() const { |
| return CallICState(static_cast<ExtraICState>(minor_key_)); |