Chromium Code Reviews| Index: src/code-stubs.h |
| diff --git a/src/code-stubs.h b/src/code-stubs.h |
| index 3138efbde6771c6f06a987fa4fba46c15b5e3d7c..207af47c8e8ead3ecb3a01b3f56aa5c993c8567b 100644 |
| --- a/src/code-stubs.h |
| +++ b/src/code-stubs.h |
| @@ -2295,7 +2295,8 @@ class ProfileEntryHookStub : public PlatformCodeStub { |
| private: |
| static void EntryHookTrampoline(intptr_t function, |
| - intptr_t stack_pointer); |
| + intptr_t stack_pointer, |
| + Isolate* isolate); |
| Major MajorKey() { return ProfileEntryHook; } |
| int MinorKey() { return 0; } |