Reviewers: Sven Panne,

Description:
Undeprecate Persistent::ClearAndLeak

We depend on this in blink, and won't be able to replace it in
the near future

[email protected]
BUG=none
LOG=n

Please review this at https://codereview.chromium.org/95003004/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -2 lines):
  M include/v8.h


Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 28b65672221bffb12a8133938868b350e07ae03e..815f43db7b2fb392ec521940c3b43821f190196b 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -734,8 +734,8 @@ template <class T, class M> class Persistent : public PersistentBase<T> {
           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.

Reply via email to