Chromium Code Reviews| Index: src/variables.cc |
| =================================================================== |
| --- src/variables.cc (revision 3477) |
| +++ src/variables.cc (working copy) |
| @@ -86,10 +86,10 @@ |
| // ---------------------------------------------------------------------------- |
| -// Implementation SmiAnalysis. |
| +// Implementation StaticType. |
| -const char* SmiAnalysis::Type2String(SmiAnalysis* type) { |
| +const char* StaticType::Type2String(StaticType* type) { |
| switch (type->kind_) { |
| case UNKNOWN: |
| return "UNKNOWN"; |