Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index 6cd70efaa1f9d9a99b3837311ccbfc9dd7c35ed2..9feef086e8e1acb7b59375bb0956a39ff423077d 100644 |
--- a/src/x64/code-stubs-x64.cc |
+++ b/src/x64/code-stubs-x64.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: |
@@ -4077,7 +4077,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. |
__ LoadRoot(rax, Heap::kTheHoleValueRootIndex); |