Chromium Code Reviews| Index: src/builtins.h |
| diff --git a/src/builtins.h b/src/builtins.h |
| index 32726a26786f3be7729e94fcd613be987f20f1ab..ef14af54d2bc229133af63d80291c2b4e567e9d7 100644 |
| --- a/src/builtins.h |
| +++ b/src/builtins.h |
| @@ -102,7 +102,6 @@ |
| V(FunctionConstructor, kTargetAndNewTarget) \ |
| V(FunctionPrototypeBind, kNone) \ |
| V(FunctionPrototypeToString, kNone) \ |
| - V(FunctionHasInstance, kNone) \ |
| \ |
| V(GeneratorFunctionConstructor, kTargetAndNewTarget) \ |
| \ |