| Index: src/code-stubs.cc
|
| diff --git a/src/code-stubs.cc b/src/code-stubs.cc
|
| index 88e3cc9fd2bf256dff2afc09bef9dddfb2cc47bb..0e68ab8a51f77b0fc34c97470d8a8d35e134771e 100644
|
| --- a/src/code-stubs.cc
|
| +++ b/src/code-stubs.cc
|
| @@ -320,7 +320,7 @@ void StringAddStub::PrintBaseName(OStream& os) const { // NOLINT
|
| }
|
|
|
|
|
| -InlineCacheState ICCompareStub::GetICState() {
|
| +InlineCacheState ICCompareStub::GetICState() const {
|
| CompareIC::State state = Max(left_, right_);
|
| switch (state) {
|
| case CompareIC::UNINITIALIZED:
|
|
|