| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index 5713537b5ab301076c51706d77f3eef5e5713970..b85d38c85f027c8738f2e2085bbda42a0b68ef06 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -4875,12 +4875,6 @@ void Heap::Verify() {
|
| #endif
|
|
|
|
|
| -MaybeObject* Heap::InternalizeUtf8String(Vector<const char> string) {
|
| - Utf8StringKey key(string, HashSeed());
|
| - return InternalizeStringWithKey(&key);
|
| -}
|
| -
|
| -
|
| MaybeObject* Heap::InternalizeString(String* string) {
|
| if (string->IsInternalizedString()) return string;
|
| Object* result = NULL;
|
|
|