Revision: 18128
Author: [email protected]
Date: Thu Nov 28 14:30:20 2013 UTC
Log: Undeprecate Persistent::ClearAndLeak
We depend on this in blink, and won't be able to replace it in
the near future
[email protected], [email protected]
BUG=none
LOG=n
Review URL: https://codereview.chromium.org/95003004
http://code.google.com/p/v8/source/detail?r=18128
Modified:
/branches/bleeding_edge/include/v8.h
=======================================
--- /branches/bleeding_edge/include/v8.h Thu Nov 28 08:21:26 2013 UTC
+++ /branches/bleeding_edge/include/v8.h Thu Nov 28 14:30:20 2013 UTC
@@ -734,8 +734,8 @@
P* parameter,
typename WeakReferenceCallbacks<T, P>::Revivable callback));
- V8_DEPRECATED("This will be removed",
- V8_INLINE T* ClearAndLeak());
+ // This will be removed.
+ V8_INLINE T* ClearAndLeak();
V8_DEPRECATED("This will be removed",
V8_INLINE void Clear()) { this->val_ = 0; }
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.