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

Unified Diff: include/v8.h

Issue 1944793002: Deprecate PersistentBase::MarkPartiallyDependent. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 months 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 | test/cctest/test-api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index bfdf039ae597830f3f9f5f8bbd243e830308b494..be1c86e74a9946738d99ee04b483f69ea8069333 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -623,7 +623,9 @@ template <class T> class PersistentBase {
* external dependencies. This mark is automatically cleared after each
* garbage collection.
*/
- V8_INLINE void MarkPartiallyDependent();
+ V8_INLINE V8_DEPRECATED(
+ "deprecated optimization, do not use partially dependent groups",
+ void MarkPartiallyDependent());
/**
* Marks the reference to this object as active. The scavenge garbage
« no previous file with comments | « no previous file | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698