Revision: 22717
Author:   [email protected]
Date:     Wed Jul 30 15:06:50 2014 UTC
Log:      Another attempt to make Visual C++ happy.

BUG=
[email protected]

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

Modified:
 /branches/bleeding_edge/src/compiler/instruction.h

=======================================
--- /branches/bleeding_edge/src/compiler/instruction.h Wed Jul 30 14:36:15 2014 UTC +++ /branches/bleeding_edge/src/compiler/instruction.h Wed Jul 30 15:06:50 2014 UTC
@@ -489,8 +489,7 @@
   // zone-allocated memory.
   void* operator new(size_t, void* location) { return location; }

-  void operator delete(void*, size_t) { UNREACHABLE(); }
-  void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); }
+  void operator delete(void* pointer, void* location) { UNREACHABLE(); }

  protected:
   explicit Instruction(InstructionCode opcode)

--
--
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/d/optout.

Reply via email to