Revision: 16088
Author:   [email protected]
Date:     Wed Aug  7 01:25:44 2013
Log:      Pacify Win7 builders

[email protected]

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

Modified:
 /branches/bleeding_edge/src/zone.h

=======================================
--- /branches/bleeding_edge/src/zone.h  Tue Aug  6 05:57:23 2013
+++ /branches/bleeding_edge/src/zone.h  Wed Aug  7 01:25:44 2013
@@ -249,6 +249,9 @@
   ~ZoneSplayTree();

   INLINE(void* operator new(size_t size, Zone* zone));
+
+  void operator delete(void* pointer) { UNREACHABLE(); }
+  void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); }
 };


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