| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index 001e05fc3bc93220e63f4d88a713b0aece02e7ef..1d2c4f2adbff1f80bf56f370173e013a1c71eec5 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -419,7 +419,7 @@ class Runtime : public AllStatic {
|
| static Function* FunctionForId(FunctionId fid);
|
|
|
| // Get the runtime function with the given name.
|
| - static Function* FunctionForName(const char* name);
|
| + static Function* FunctionForName(Vector<const char> name);
|
|
|
| static int StringMatch(Handle<String> sub, Handle<String> pat, int index);
|
|
|
|
|