Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index fece0b232d8328ec7e29133a20b6acee0cf280d5..53b70beb6fa3971a07449fcb0d8a4d5729c7fcf5 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -9238,9 +9238,6 @@ class ExternalString: public String { |
| static const int kResourceDataOffset = kResourceOffset + kPointerSize; |
| static const int kSize = kResourceDataOffset + kPointerSize; |
| - static const int kMaxShortLength = |
| - (kShortSize - SeqString::kHeaderSize) / kCharSize; |
| - |
| // Return whether external string is short (data pointer is not cached). |
| inline bool is_short(); |