Revision: 21565
Author:   [email protected]
Date:     Wed May 28 11:45:09 2014 UTC
Log:      CallIC::PrintState() was incorrectly declared as V8_FINAL.

This broke the windows build.

[email protected]

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

Modified:
 /branches/bleeding_edge/src/code-stubs.h

=======================================
--- /branches/bleeding_edge/src/code-stubs.h    Wed May 28 11:29:55 2014 UTC
+++ /branches/bleeding_edge/src/code-stubs.h    Wed May 28 11:45:09 2014 UTC
@@ -818,7 +818,7 @@

  protected:
   virtual int MinorKey() { return GetExtraICState(); }
-  virtual void PrintState(StringStream* stream) V8_FINAL V8_OVERRIDE;
+  virtual void PrintState(StringStream* stream) V8_OVERRIDE;

   virtual CodeStub::Major MajorKey() { return CallIC; }

@@ -837,7 +837,7 @@
   virtual void Generate(MacroAssembler* masm);

  protected:
-  virtual void PrintState(StringStream* stream) V8_FINAL V8_OVERRIDE;
+  virtual void PrintState(StringStream* stream) V8_OVERRIDE;

   virtual CodeStub::Major MajorKey() { return CallIC_Array; }
 };

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