Chromium Code Reviews| Index: src/runtime-profiler.h |
| diff --git a/src/runtime-profiler.h b/src/runtime-profiler.h |
| index 1bf9aa87851fba52a0c07b1538aecd9657822544..46da38155f246c7893ade77a64630c510179d514 100644 |
| --- a/src/runtime-profiler.h |
| +++ b/src/runtime-profiler.h |
| @@ -75,6 +75,8 @@ class RuntimeProfiler { |
| void AddSample(JSFunction* function, int weight); |
| + bool CodeSizeOKForOSR(Code* shared_code); |
| + |
| Isolate* isolate_; |
| int sampler_threshold_; |