Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/debug/debug-frames.h')
-rw-r--r--deps/v8/src/debug/debug-frames.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/v8/src/debug/debug-frames.h b/deps/v8/src/debug/debug-frames.h
index 78248614e20..541ee1dc1d3 100644
--- a/deps/v8/src/debug/debug-frames.h
+++ b/deps/v8/src/debug/debug-frames.h
@@ -11,13 +11,13 @@
#include "src/execution/isolate.h"
#include "src/execution/v8threads.h"
#include "src/objects/objects.h"
-#include "src/wasm/wasm-interpreter.h"
namespace v8 {
namespace internal {
class JavaScriptFrame;
class StandardFrame;
+class WasmFrame;
class FrameInspector {
public:
@@ -52,7 +52,6 @@ class FrameInspector {
StandardFrame* frame_;
int inlined_frame_index_;
std::unique_ptr<DeoptimizedFrameInfo> deoptimized_frame_;
- wasm::WasmInterpreter::FramePtr wasm_interpreted_frame_;
Isolate* isolate_;
Handle<Script> script_;
Handle<Object> receiver_;