Author: [email protected]
Date: Tue May 26 03:46:40 2009
New Revision: 2056

Modified:
    branches/bleeding_edge/src/ic.cc

Log:
Remove spurious 'const' that upsets some versions of gcc.
Review URL: http://codereview.chromium.org/115770

Modified: branches/bleeding_edge/src/ic.cc
==============================================================================
--- branches/bleeding_edge/src/ic.cc    (original)
+++ branches/bleeding_edge/src/ic.cc    Tue May 26 03:46:40 2009
@@ -39,7 +39,7 @@
  namespace internal {

  #ifdef DEBUG
-static const char TransitionMarkFromState(IC::State state) {
+static char TransitionMarkFromState(IC::State state) {
    switch (state) {
      case UNINITIALIZED: return '0';
      case PREMONOMORPHIC: return 'P';

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to