Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 5a0fef07ae811c08716c60be98f5b60a692f3d3d..e3a1fd0d25c53f5874718fe86510a047082f768b 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -4440,6 +4440,7 @@ class Code: public HeapObject { |
| void CodeVerify(); |
| #endif |
| void ClearInlineCaches(); |
| + void ClearTypeFeedbackCells(Heap* heap); |
| // Max loop nesting marker used to postpose OSR. We don't take loop |
| // nesting that is deeper than 5 levels into account. |