Chromium Code Reviews| Index: src/code-factory.h |
| diff --git a/src/code-factory.h b/src/code-factory.h |
| index 89507d1a116061905555b03dad566dccad1f333c..a67b5b81e2bd0261afe3ecb8e6f3d3e3c60e0a99 100644 |
| --- a/src/code-factory.h |
| +++ b/src/code-factory.h |
| @@ -78,6 +78,7 @@ class CodeFactory final { |
| static Callable StringAdd(Isolate* isolate, StringAddFlags flags, |
| PretenureFlag pretenure_flag); |
| + static Callable StringCompare(Isolate* isolate); |
| static Callable Typeof(Isolate* isolate); |