Index: src/inspector/v8-debugger.h |
diff --git a/src/inspector/v8-debugger.h b/src/inspector/v8-debugger.h |
index 906185916e2b7a71e9aaca63d0713cd365e13dac..e6f851213b7e31d59228f8861f294f75553e7589 100644 |
--- a/src/inspector/v8-debugger.h |
+++ b/src/inspector/v8-debugger.h |
@@ -113,8 +113,6 @@ class V8Debugger : public v8::debug::DebugDelegate { |
bool isPromiseRejection = false, |
bool isUncaught = false); |
- v8::Local<v8::Value> collectionEntries(v8::Local<v8::Context>, |
- v8::Local<v8::Object>); |
v8::Local<v8::Value> generatorObjectLocation(v8::Local<v8::Context>, |
v8::Local<v8::Object>); |
v8::Local<v8::Value> functionLocation(v8::Local<v8::Context>, |