aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/frames.h
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-06-07 11:45:30 -0700
committerisaacs <i@izs.me>2012-06-07 17:54:21 -0700
commit46b09e419039d2fbfde4029606de3d3aaef7af25 (patch)
treeeeb80d063bef102429991d9cf1ca21bbe8768d09 /deps/v8/src/frames.h
parent3116522e7c33c579bbb8ac0ee12c27ff3ff9825c (diff)
downloadandroid-node-v8-46b09e419039d2fbfde4029606de3d3aaef7af25.tar.gz
android-node-v8-46b09e419039d2fbfde4029606de3d3aaef7af25.tar.bz2
android-node-v8-46b09e419039d2fbfde4029606de3d3aaef7af25.zip
Roll V8 back to 3.10.8.13
Diffstat (limited to 'deps/v8/src/frames.h')
-rw-r--r--deps/v8/src/frames.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/v8/src/frames.h b/deps/v8/src/frames.h
index 78cdd0cedb..7178bd413a 100644
--- a/deps/v8/src/frames.h
+++ b/deps/v8/src/frames.h
@@ -211,9 +211,6 @@ class StackFrame BASE_EMBEDDED {
virtual void SetCallerFp(Address caller_fp) = 0;
- // Manually changes value of fp in this object.
- void UpdateFp(Address fp) { state_.fp = fp; }
-
Address* pc_address() const { return state_.pc_address; }
// Get the id of this stack frame.