Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index e7175cccb5a622a1aa6639ec67b92899cc8ff295..861c343710cae35d2a731e0c73d306d5c3a4d4a2 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -7021,7 +7021,6 @@ class JSFunction: public JSObject { |
| // recompilation. |
| inline bool IsMarkedForLazyRecompilation(); |
| inline bool IsMarkedForConcurrentRecompilation(); |
| - inline bool IsMarkedForInstallingRecompiledCode(); |
| // Tells whether or not the function is on the concurrent recompilation queue. |
| inline bool IsInRecompileQueue(); |