Index: src/liveedit.h |
diff --git a/src/liveedit.h b/src/liveedit.h |
index 4833f0f3777361890c4e6d0a6658b67cd3abd6a6..2faded637fdf2ab8d98c6b1e9bb772b79274e1ab 100644 |
--- a/src/liveedit.h |
+++ b/src/liveedit.h |
@@ -75,12 +75,9 @@ class LiveEditFunctionTracker { |
static bool IsActive(Isolate* isolate); |
private: |
-#ifdef ENABLE_DEBUGGER_SUPPORT |
Isolate* isolate_; |
-#endif |
}; |
-#ifdef ENABLE_DEBUGGER_SUPPORT |
class LiveEdit : AllStatic { |
public: |
@@ -322,9 +319,6 @@ class SharedInfoWrapper : public JSArrayBasedStruct<SharedInfoWrapper> { |
friend class JSArrayBasedStruct<SharedInfoWrapper>; |
}; |
-#endif // ENABLE_DEBUGGER_SUPPORT |
- |
- |
} } // namespace v8::internal |
#endif /* V*_LIVEEDIT_H_ */ |