Commit 010443b9 authored by whesse@chromium.org's avatar whesse@chromium.org

Fix build

TBR=kmillikin@chromium.org
Review URL: http://codereview.chromium.org/52013

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1576 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent ba16099e
...@@ -165,6 +165,11 @@ class FrameElement BASE_EMBEDDED { ...@@ -165,6 +165,11 @@ class FrameElement BASE_EMBEDDED {
// Used to initialize invalid, memory, and register elements. // Used to initialize invalid, memory, and register elements.
inline void Initialize(Type type, Register reg, SyncFlag is_synced); 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; friend class VirtualFrame;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment