Author: [email protected]
Date: Mon Mar 23 06:51:41 2009
New Revision: 1576

Modified:
    branches/bleeding_edge/src/virtual-frame.h

Log:
Fix build
[email protected]
Review URL: http://codereview.chromium.org/52013

Modified: branches/bleeding_edge/src/virtual-frame.h
==============================================================================
--- branches/bleeding_edge/src/virtual-frame.h  (original)
+++ branches/bleeding_edge/src/virtual-frame.h  Mon Mar 23 06:51:41 2009
@@ -165,6 +165,11 @@
    // Used to initialize invalid, memory, and register elements.
    inline void Initialize(Type type, Register reg, SyncFlag is_synced);

+  void set_index(int new_index) {
+    ASSERT(is_copy());
+    data_.index_ = new_index;
+  }
+
    friend class VirtualFrame;
  };


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

Reply via email to