| Index: src/stub-cache.h
|
| diff --git a/src/stub-cache.h b/src/stub-cache.h
|
| index cc42e05fa451a671cce928efc891250c39394080..345f0c08cf0f9528afa4e393bc4d3e95fd57e59d 100644
|
| --- a/src/stub-cache.h
|
| +++ b/src/stub-cache.h
|
| @@ -210,7 +210,7 @@ class StubCache {
|
|
|
| Handle<Code> ComputeCallInitialize(int argc, RelocInfo::Mode mode);
|
|
|
| - Handle<Code> ComputeKeyedCallInitialize(int argc);
|
| + Handle<Code> ComputeKeyedCallInitialize(int argc, RelocInfo::Mode mode);
|
|
|
| Handle<Code> ComputeCallPreMonomorphic(int argc,
|
| Code::Kind kind,
|
| @@ -220,7 +220,9 @@ class StubCache {
|
| Code::Kind kind,
|
| Code::ExtraICState state);
|
|
|
| - Handle<Code> ComputeCallArguments(int argc, Code::Kind kind);
|
| + Handle<Code> ComputeCallArguments(int argc,
|
| + Code::Kind kind,
|
| + Code::ExtraICState state);
|
|
|
| Handle<Code> ComputeCallMegamorphic(int argc,
|
| Code::Kind kind,
|
|
|