Chromium Code Reviews| Index: src/factory.h |
| =================================================================== |
| --- src/factory.h (revision 6941) |
| +++ src/factory.h (working copy) |
| @@ -62,6 +62,8 @@ |
| PretenureFlag pretenure); |
| Handle<String> LookupSymbol(Vector<const char> str); |
| + Handle<String> LookupAsciiSymbol(Vector<const char> str); |
| + Handle<String> LookupTwoByteSymbol(Vector<const uc16> str); |
| Handle<String> LookupAsciiSymbol(const char* str) { |
| return LookupSymbol(CStrVector(str)); |
| } |