Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: src/debug/debug.h

Issue 2316443002: Include only stuff you need, part 8: Fix debug.h -> liveedit.h. (Closed)
Patch Set: ports Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/debug/debug.h
diff --git a/src/debug/debug.h b/src/debug/debug.h
index 36f973c5002484034df2ab40db8c0dc796fd0bc2..5509a25b8b5d60ea3fe39db6b9923c3229fac8f6 100644
--- a/src/debug/debug.h
+++ b/src/debug/debug.h
@@ -11,7 +11,7 @@
#include "src/base/atomicops.h"
#include "src/base/hashmap.h"
#include "src/base/platform/platform.h"
-#include "src/debug/liveedit.h"
+#include "src/debug/live-edit-frame-drop-mode.h"
#include "src/execution.h"
#include "src/factory.h"
#include "src/flags.h"
@@ -489,7 +489,7 @@ class Debug {
// Support for LiveEdit
void FramesHaveBeenDropped(StackFrame::Id new_break_frame_id,
- LiveEdit::FrameDropMode mode);
+ LiveEditFrameDropMode mode);
// Threading support.
char* ArchiveDebug(char* to);
@@ -704,7 +704,7 @@ class Debug {
// Stores the way how LiveEdit has patched the stack. It is used when
// debugger returns control back to user script.
- LiveEdit::FrameDropMode frame_drop_mode_;
+ LiveEditFrameDropMode frame_drop_mode_;
// Value of accumulator in interpreter frames. In non-interpreter frames
// this value will be the hole.

Powered by Google App Engine
This is Rietveld 408576698