| Index: src/ia32/builtins-ia32.cc
|
| diff --git a/src/ia32/builtins-ia32.cc b/src/ia32/builtins-ia32.cc
|
| index 2b45d7654d852a0184a12ed6ee836292366e111e..edeab6982b29351f3136d5f0f09dc5d8d260b663 100644
|
| --- a/src/ia32/builtins-ia32.cc
|
| +++ b/src/ia32/builtins-ia32.cc
|
| @@ -447,6 +447,9 @@ void Builtins::Generate_JSConstructStubApi(MacroAssembler* masm) {
|
|
|
| static void Generate_JSEntryTrampolineHelper(MacroAssembler* masm,
|
| bool is_construct) {
|
| + // DO NOT SUBMIT
|
| + ProfileEntryHookStub::MaybeCallEntryHook(masm);
|
| +
|
| // Clear the context before we push it when entering the internal frame.
|
| __ Set(esi, Immediate(0));
|
|
|
|
|