| Index: src/x64/debug-x64.cc
|
| diff --git a/src/x64/debug-x64.cc b/src/x64/debug-x64.cc
|
| index 4fda37c196f8b3a40013915584c63ed6d54d46e6..d1439b890f3be5aa0cf06e8b804f7d94db578d5d 100644
|
| --- a/src/x64/debug-x64.cc
|
| +++ b/src/x64/debug-x64.cc
|
| @@ -37,8 +37,6 @@
|
| namespace v8 {
|
| namespace internal {
|
|
|
| -#ifdef ENABLE_DEBUGGER_SUPPORT
|
| -
|
| bool BreakLocationIterator::IsDebugBreakAtReturn() {
|
| return Debug::IsDebugBreakAtReturn(rinfo());
|
| }
|
| @@ -348,8 +346,6 @@ const bool Debug::kFrameDropperSupported = true;
|
|
|
| #undef __
|
|
|
| -#endif // ENABLE_DEBUGGER_SUPPORT
|
| -
|
| } } // namespace v8::internal
|
|
|
| #endif // V8_TARGET_ARCH_X64
|
|
|