Index: src/ia32/code-stubs-ia32.cc |
diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc |
index 77048cb5d3e7d924553ba7464a4b167ee8acdd0b..b3a0b9538e9730892746a9bae7a7437430c9944d 100644 |
--- a/src/ia32/code-stubs-ia32.cc |
+++ b/src/ia32/code-stubs-ia32.cc |
@@ -1,4 +1,4 @@ |
-// Copyright 2011 the V8 project authors. All rights reserved. |
+// Copyright 2012 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -5022,7 +5022,7 @@ void JSEntryStub::GenerateBody(MacroAssembler* masm, bool is_construct) { |
// Invoke: Link this frame into the handler chain. There's only one |
// handler block in this code object, so its index is 0. |
__ bind(&invoke); |
- __ PushTryHandler(IN_JS_ENTRY, JS_ENTRY_HANDLER, 0); |
+ __ PushTryHandler(StackHandler::JS_ENTRY, 0); |
// Clear any pending exceptions. |
__ mov(edx, Immediate(masm->isolate()->factory()->the_hole_value())); |