| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index 23b4b1709f85e787a44a696fca8406f6c16adff6..820924d30235f999d91882d2a6d7c9e7e4b2020e 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -332,7 +332,7 @@ class Runtime : public AllStatic {
|
| // Get the runtime function with the given name.
|
| static Function* FunctionForName(const char* name);
|
|
|
| - static int StringMatchKmp(Handle<String> sub, Handle<String> pat, int index);
|
| + static int StringMatch(Handle<String> sub, Handle<String> pat, int index);
|
|
|
| // TODO(1240886): The following three methods are *not* handle safe,
|
| // but accept handle arguments. This seems fragile.
|
|
|