Index: src/ia32/builtins-ia32.cc |
diff --git a/src/ia32/builtins-ia32.cc b/src/ia32/builtins-ia32.cc |
old mode 100644 |
new mode 100755 |
index bf4ee949ed29be5be0cf4b661922a30873f5ebec..351050798e7c3234efade334ad6270e9c0dd0fab |
--- a/src/ia32/builtins-ia32.cc |
+++ b/src/ia32/builtins-ia32.cc |
@@ -447,6 +447,8 @@ void Builtins::Generate_JSConstructStubApi(MacroAssembler* masm) { |
static void Generate_JSEntryTrampolineHelper(MacroAssembler* masm, |
bool is_construct) { |
+ ProfileEntryHookStub::MaybeCallEntryHook(masm); |
+ |
// Clear the context before we push it when entering the internal frame. |
__ Set(esi, Immediate(0)); |