Index: include/v8-debug.h |
diff --git a/include/v8-debug.h b/include/v8-debug.h |
index bd8568072ef99ff991ac2a0af2a74bfdf7673b7f..797d23314e2fd48173cd8c0736ca92c006f60a3d 100644 |
--- a/include/v8-debug.h |
+++ b/include/v8-debug.h |
@@ -194,13 +194,6 @@ class V8_EXPORT Debug { |
v8::Local<v8::Function> fun, |
Local<Value> data = Local<Value>()); |
- /** |
- * Returns a mirror object for the given object. |
- */ |
- V8_DEPRECATED("No longer supported", |
- static MaybeLocal<Value> GetMirror(Local<Context> context, |
- v8::Local<v8::Value> obj)); |
- |
// This is now a no-op. |
V8_DEPRECATED("No longer supported", |
static void ProcessDebugMessages(Isolate* isolate)); |