| Index: src/heap.h
|
| ===================================================================
|
| --- src/heap.h (revision 10321)
|
| +++ src/heap.h (working copy)
|
| @@ -954,8 +954,7 @@
|
| // Please note this function does not perform a garbage collection.
|
| MUST_USE_RESULT MaybeObject* LookupSymbol(Vector<const char> str);
|
| MUST_USE_RESULT MaybeObject* LookupAsciiSymbol(Vector<const char> str);
|
| - MUST_USE_RESULT MaybeObject* LookupTwoByteSymbol(
|
| - Vector<const uc16> str);
|
| + MUST_USE_RESULT MaybeObject* LookupTwoByteSymbol(Vector<const uc16> str);
|
| MUST_USE_RESULT MaybeObject* LookupAsciiSymbol(const char* str) {
|
| return LookupSymbol(CStrVector(str));
|
| }
|
|
|