Chromium Code Reviews

Unified Diff: src/d8.cc

Issue 2806303002: [debug,api] Do not use embedder field for debug context id. (Closed)
Patch Set: restore enum Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/contexts.h ('k') | src/debug/debug.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.cc
diff --git a/src/d8.cc b/src/d8.cc
index bf85bbd9fe43efef6c259104b35ef9fddbe15416..98b68261ddc72baecca9ad19e86d6cb748598c3f 100644
--- a/src/d8.cc
+++ b/src/d8.cc
@@ -638,8 +638,6 @@ class ModuleEmbedderData {
};
enum {
- // The debugger reserves the first slot in the Context embedder data.
- kDebugIdIndex = Context::kDebugIdIndex,
kModuleEmbedderDataIndex,
kInspectorClientIndex
};
« no previous file with comments | « src/contexts.h ('k') | src/debug/debug.cc » ('j') | no next file with comments »

Powered by Google App Engine