Reviewers: jarin, danno, Paul Lind, kisg, kilvadyb, dusmil,

Message:
PTAL.

This depends on: https://codereview.chromium.org/137663005

Description:
MIPS: Fix Win32 buildbreak (caused by overriden methods that have disappeared
while having the patch out for code review).

Port r18627 (c2ba7b25)

BUG=

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

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

Affected files (+0, -5 lines):
  M src/mips/lithium-mips.h


Index: src/mips/lithium-mips.h
diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h
index cdcea26ed66fd2a89abc735db6e57f4e9cc8f304..009b116fa01a24add90acb1c0ee1fa3ac30381b2 100644
--- a/src/mips/lithium-mips.h
+++ b/src/mips/lithium-mips.h
@@ -1862,11 +1862,6 @@ class LCallWithDescriptor V8_FINAL : public LTemplateResultInstruction<1> {
   const CallInterfaceDescriptor* descriptor_;
   ZoneList<LOperand*> inputs_;

-  virtual void InternalSetOperandAt(int index,
-                                    LOperand* value) V8_FINAL V8_OVERRIDE {
-    inputs_[index] = value;
-  }
-
   // Iterator support.
virtual int InputCount() V8_FINAL V8_OVERRIDE { return inputs_.length(); } virtual LOperand* InputAt(int i) V8_FINAL V8_OVERRIDE { return inputs_[i]; }


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