Revision: 23607
Author:   [email protected]
Date:     Tue Sep  2 12:01:37 2014 UTC
Log:      Remove NotMissMinorKey implementation from HydrogenCodeStub shims.

[email protected]

Review URL: https://codereview.chromium.org/526343002
https://code.google.com/p/v8/source/detail?r=23607

Modified:
 /branches/bleeding_edge/src/compiler/js-generic-lowering.cc

=======================================
--- /branches/bleeding_edge/src/compiler/js-generic-lowering.cc Tue Sep 2 11:45:37 2014 UTC +++ /branches/bleeding_edge/src/compiler/js-generic-lowering.cc Tue Sep 2 12:01:37 2014 UTC
@@ -53,7 +53,6 @@

  private:
   virtual Major MajorKey() const OVERRIDE { return NoCache; }
-  virtual int NotMissMinorKey() const OVERRIDE { return 0; }
   virtual bool UseSpecialCache() OVERRIDE { return true; }

   ContextualMode contextual_mode_;
@@ -82,7 +81,6 @@

  private:
   virtual Major MajorKey() const OVERRIDE { return NoCache; }
-  virtual int NotMissMinorKey() const OVERRIDE { return 0; }
   virtual bool UseSpecialCache() OVERRIDE { return true; }
 };

@@ -110,7 +108,6 @@

  private:
   virtual Major MajorKey() const OVERRIDE { return NoCache; }
-  virtual int NotMissMinorKey() const OVERRIDE { return 0; }
   virtual bool UseSpecialCache() OVERRIDE { return true; }

   StrictMode strict_mode_;
@@ -142,7 +139,6 @@

  private:
   virtual Major MajorKey() const OVERRIDE { return NoCache; }
-  virtual int NotMissMinorKey() const OVERRIDE { return 0; }
   virtual bool UseSpecialCache() OVERRIDE { return true; }

   StrictMode strict_mode_;

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