Index: src/ia32/debug-ia32.cc |
diff --git a/src/ia32/debug-ia32.cc b/src/ia32/debug-ia32.cc |
index a4c6bcc6796ab4a89e03d5c9932ca409d57bb956..68199f905b56633beb036ae0e5631ce830f691bc 100644 |
--- a/src/ia32/debug-ia32.cc |
+++ b/src/ia32/debug-ia32.cc |
@@ -27,7 +27,7 @@ |
#include "v8.h" |
-#if defined(V8_TARGET_ARCH_IA32) |
+#if V8_TARGET_ARCH_IA32 |
#include "codegen.h" |
#include "debug.h" |
@@ -91,6 +91,7 @@ void BreakLocationIterator::ClearDebugBreakAtSlot() { |
rinfo()->PatchCode(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength); |
} |
+ |
// All debug break stubs support padding for LiveEdit. |
const bool Debug::FramePaddingLayout::kIsSupported = true; |