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

Unified Diff: src/global-handles.h

Issue 2486173002: [api] Remove marking persistents as partially dependent (Closed)
Patch Set: Addressed comments Created 4 years, 1 month 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 | « src/flag-definitions.h ('k') | src/global-handles.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/global-handles.h
diff --git a/src/global-handles.h b/src/global-handles.h
index 24a2273e36d584e50043e7a4d8acc31a6efe51b6..50e5ed6969b0f9a8a113fb4fe62bc48335890c18 100644
--- a/src/global-handles.h
+++ b/src/global-handles.h
@@ -167,9 +167,6 @@ class GlobalHandles {
// Mark the reference to this object independent of any object group.
static void MarkIndependent(Object** location);
- // Mark the reference to this object externaly unreachable.
- static void MarkPartiallyDependent(Object** location);
-
static bool IsIndependent(Object** location);
// Tells whether global handle is near death.
« no previous file with comments | « src/flag-definitions.h ('k') | src/global-handles.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698