Index: src/frames.cc |
=================================================================== |
--- src/frames.cc (revision 7090) |
+++ src/frames.cc (working copy) |
@@ -630,11 +630,6 @@ |
} |
-int JavaScriptFrame::GetProvidedParametersCount() const { |
- return ComputeParametersCount(); |
-} |
- |
- |
Address JavaScriptFrame::GetCallerStackPointer() const { |
int arguments; |
if (Heap::gc_state() != Heap::NOT_IN_GC || |