Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: include/v8-debug.h

Issue 2595413003: Revert of [debugger] deprecate v8::Debug:GetDebugContext. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8-debug.h
diff --git a/include/v8-debug.h b/include/v8-debug.h
index 777b8aaa3e645a1c6024d46ebab5bbc70754cd1b..948972e9b5ecdddc52ecdea9c9297e9af57521df 100644
--- a/include/v8-debug.h
+++ b/include/v8-debug.h
@@ -248,8 +248,7 @@
* to change. The Context exists only when the debugger is active, i.e. at
* least one DebugEventListener or MessageHandler is set.
*/
- V8_DEPRECATED("Use v8-inspector",
- static Local<Context> GetDebugContext(Isolate* isolate));
+ static Local<Context> GetDebugContext(Isolate* isolate);
/**
* While in the debug context, this method returns the top-most non-debug
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698