Index: Source/core/inspector/v8/V8DebuggerImpl.h |
diff --git a/Source/core/inspector/v8/V8DebuggerImpl.h b/Source/core/inspector/v8/V8DebuggerImpl.h |
index 88850a8ed4a3d57789c4fdef222193a326f8e1f6..6905d653064e3864354d49e481884392e7ac6b9a 100644 |
--- a/Source/core/inspector/v8/V8DebuggerImpl.h |
+++ b/Source/core/inspector/v8/V8DebuggerImpl.h |
@@ -78,7 +78,7 @@ public: |
void stepOutOfFunction() override; |
void clearStepping() override; |
- bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, v8::Global<v8::Object>* newCallFrames, RefPtr<JSONObject>* result) override; |
+ bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, v8::Global<v8::Object>* newCallFrames, TypeBuilder::OptOutput<bool>* stackChanged) override; |
v8::Local<v8::Object> currentCallFrames() override; |
v8::Local<v8::Object> currentCallFramesForAsyncStack() override; |
PassRefPtr<JavaScriptCallFrame> callFrameNoScopes(int index) override; |