Chromium Code Reviews| Index: src/objects-inl.h |
| diff --git a/src/objects-inl.h b/src/objects-inl.h |
| index 43eeb0f6269efeaacacea8b5842810b0df1a021f..55738f59b3534a339ae857b64e9119172d9a2796 100644 |
| --- a/src/objects-inl.h |
| +++ b/src/objects-inl.h |
| @@ -3876,6 +3876,9 @@ bool JSFunction::is_compiled() { |
| } |
| +SMI_ACCESSORS(JSFunction, profiler_ticks, kProfilerTicksOffset) |
| + |
| + |
| FixedArray* JSFunction::literals() { |
| ASSERT(!shared()->bound()); |
| return literals_or_bindings(); |