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