summaryrefslogtreecommitdiffstats
path: root/src/variables.cc
diff options
context:
space:
mode:
authorLeon Clarke <leonclarke@google.com>2010-01-19 14:06:41 +0000
committerLeon Clarke <leonclarke@google.com>2010-01-19 16:34:04 +0000
commite46be819fca9468a0cd4e74859ce0f778eb8ca60 (patch)
treef9c37105a3367f2ad5d31fbc2cb37b84fa67b59a /src/variables.cc
parentd0582a6c46733687d045e4188a1bcd0123c758a1 (diff)
downloadandroid_external_v8-e46be819fca9468a0cd4e74859ce0f778eb8ca60.tar.gz
android_external_v8-e46be819fca9468a0cd4e74859ce0f778eb8ca60.tar.bz2
android_external_v8-e46be819fca9468a0cd4e74859ce0f778eb8ca60.zip
New version of v8 from bleeding edge at revision 3649
Diffstat (limited to 'src/variables.cc')
-rw-r--r--src/variables.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/variables.cc b/src/variables.cc
index d9a78a5e..3bcd48a8 100644
--- a/src/variables.cc
+++ b/src/variables.cc
@@ -86,10 +86,10 @@ void UseCount::Print() {
// ----------------------------------------------------------------------------
-// Implementation SmiAnalysis.
+// Implementation StaticType.
-const char* SmiAnalysis::Type2String(SmiAnalysis* type) {
+const char* StaticType::Type2String(StaticType* type) {
switch (type->kind_) {
case UNKNOWN:
return "UNKNOWN";