Chromium Code Reviews| Index: src/variables.cc |
| diff --git a/src/variables.cc b/src/variables.cc |
| index 1d7d6e4c3a2421f2ddd90a3de3f5af30c48a4f58..51eb8caf8e835f39c1d27fc91e21fbe704ad5586 100644 |
| --- a/src/variables.cc |
| +++ b/src/variables.cc |
| @@ -85,10 +85,10 @@ void UseCount::Print() { |
| // ---------------------------------------------------------------------------- |
| -// Implementation StaticType. |
| +// Implementation SmiAnalysis. |
| -const char* StaticType::Type2String(StaticType* type) { |
| +const char* SmiAnalysis::Type2String(SmiAnalysis* type) { |
| switch (type->kind_) { |
| case UNKNOWN: |
| return "UNKNOWN"; |