Index: src/inspector/v8-debugger.h |
diff --git a/src/inspector/v8-debugger.h b/src/inspector/v8-debugger.h |
index e6f851213b7e31d59228f8861f294f75553e7589..8658a58225c6ee3e52a34cc3e7152f03b0dac850 100644 |
--- a/src/inspector/v8-debugger.h |
+++ b/src/inspector/v8-debugger.h |
@@ -113,11 +113,6 @@ class V8Debugger : public v8::debug::DebugDelegate { |
bool isPromiseRejection = false, |
bool isUncaught = false); |
- v8::Local<v8::Value> generatorObjectLocation(v8::Local<v8::Context>, |
- v8::Local<v8::Object>); |
- v8::Local<v8::Value> functionLocation(v8::Local<v8::Context>, |
- v8::Local<v8::Function>); |
- |
enum ScopeTargetKind { |
FUNCTION, |
GENERATOR, |