Chromium Code Reviews| Index: src/debug-arm.cc | 
| =================================================================== | 
| --- src/debug-arm.cc (revision 1738) | 
| +++ src/debug-arm.cc (working copy) | 
| @@ -32,7 +32,7 @@ | 
| namespace v8 { namespace internal { | 
| - | 
| +#ifdef ENABLE_DEBUGGER_SUPPORT | 
| // Currently debug break is not supported in frame exit code on ARM. | 
| bool BreakLocationIterator::IsDebugBreakAtReturn() { | 
| return false; | 
| @@ -191,5 +191,6 @@ | 
| #undef __ | 
| +#endif // ENABLE_DEBUGGER_SUPPORT | 
| } } // namespace v8::internal |