Revision: 16591
Author:   [email protected]
Date:     Mon Sep  9 10:26:25 2013 UTC
Log:      remove commented out code in v8.h

[email protected]
BUG=

Review URL: https://codereview.chromium.org/23676007
http://code.google.com/p/v8/source/detail?r=16591

Modified:
 /branches/bleeding_edge/include/v8.h

=======================================
--- /branches/bleeding_edge/include/v8.h        Mon Sep  9 10:10:26 2013 UTC
+++ /branches/bleeding_edge/include/v8.h        Mon Sep  9 10:26:25 2013 UTC
@@ -544,14 +544,6 @@
     Copy(that);
     return *this;
   }
-  /**
-   * The destructor will dispose the Persistent based on the
- * kResetInDestructor flags in the traits class. Since not calling dispose - * can result in a memory leak, it is recommended to always set this flag.
-   */
-//  V8_INLINE(~Persistent()) {
-//    if (M::kResetInDestructor) Reset();
-//  }

   /**
    * If non-empty, destroy the underlying storage cell

--
--
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