| Index: src/frames-inl.h
|
| diff --git a/src/frames-inl.h b/src/frames-inl.h
|
| index 59c81c141730aa85d6cc72e247eb02b742e68cb7..c18938c18e52e7c6fb6886228f9e54dc55dfa352 100644
|
| --- a/src/frames-inl.h
|
| +++ b/src/frames-inl.h
|
| @@ -318,10 +318,6 @@ JavaScriptFrame* StackTraceFrameIterator::javascript_frame() const {
|
| return JavaScriptFrame::cast(frame());
|
| }
|
|
|
| -WasmCompiledFrame* StackTraceFrameIterator::wasm_compiled_frame() const {
|
| - return WasmCompiledFrame::cast(frame());
|
| -}
|
| -
|
| inline StackFrame* SafeStackFrameIterator::frame() const {
|
| DCHECK(!done());
|
| DCHECK(frame_->is_java_script() || frame_->is_exit() ||
|
|
|