| 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.
|
|
|