| Index: src/builtins.h
|
| diff --git a/src/builtins.h b/src/builtins.h
|
| index 16d7835de9c71f4a87dadff125a4589de94668f6..71db7266f6dc3c850d772ce7339cb0d7b47d59c7 100644
|
| --- a/src/builtins.h
|
| +++ b/src/builtins.h
|
| @@ -197,7 +197,6 @@ enum BuiltinExtraArguments {
|
| V(LoadIC_Normal, LOAD_IC) \
|
| V(StoreIC_Normal, STORE_IC)
|
|
|
| -#ifdef ENABLE_DEBUGGER_SUPPORT
|
| // Define list of builtins used by the debugger implemented in assembly.
|
| #define BUILTIN_LIST_DEBUG_A(V) \
|
| V(Return_DebugBreak, BUILTIN, DEBUG_STUB, \
|
| @@ -226,9 +225,6 @@ enum BuiltinExtraArguments {
|
| DEBUG_BREAK) \
|
| V(FrameDropper_LiveEdit, BUILTIN, DEBUG_STUB, \
|
| DEBUG_BREAK)
|
| -#else
|
| -#define BUILTIN_LIST_DEBUG_A(V)
|
| -#endif
|
|
|
| // Define list of builtins implemented in JavaScript.
|
| #define BUILTINS_LIST_JS(V) \
|
|
|