Index: src/liveobjectlist.cc |
diff --git a/src/liveobjectlist.cc b/src/liveobjectlist.cc |
index 6b89cf6839722bf1d4b6faaf3a311af3618f763f..6dbe0a86e725c0b98fa22109fd3403c3f6c12bd5 100644 |
--- a/src/liveobjectlist.cc |
+++ b/src/liveobjectlist.cc |
@@ -71,7 +71,7 @@ typedef int (*RawComparer)(const void*, const void*); |
v(ExternalAsciiString, "unexpected: ExternalAsciiString") \ |
v(ExternalString, "unexpected: ExternalString") \ |
v(SeqTwoByteString, "unexpected: SeqTwoByteString") \ |
- v(SeqAsciiString, "unexpected: SeqAsciiString") \ |
+ v(SeqOneByteString, "unexpected: SeqOneByteString") \ |
v(SeqString, "unexpected: SeqString") \ |
v(JSFunctionResultCache, "unexpected: JSFunctionResultCache") \ |
v(NativeContext, "unexpected: NativeContext") \ |