| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index fcde5d687205310d7f7542ceed65a79626132079..5f2426c1a547d52ab45878e92c37a3e731641590 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -76,6 +76,7 @@ class CodeFactory final {
|
| static Callable RegExpExec(Isolate* isolate);
|
|
|
| static Callable StrictEqual(Isolate* isolate);
|
| + static Callable StrictNotEqual(Isolate* isolate);
|
|
|
| static Callable StringAdd(Isolate* isolate, StringAddFlags flags,
|
| PretenureFlag pretenure_flag);
|
|
|