From eab96aab0834f21954b5d6aa6366bcfb348ed811 Mon Sep 17 00:00:00 2001 From: Leon Clarke Date: Wed, 27 Jan 2010 16:31:12 +0000 Subject: Revert "Pull from svn bleeding_edge@3716" This reverts commit 888f6729be6a6f6fbe246cb5a9f122e2dbe455b7. (Waiting until v8 issue 554101 is in v8 rather than patching it straight into android) --- src/frames.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/frames.h') diff --git a/src/frames.h b/src/frames.h index 19860adb..024065ab 100644 --- a/src/frames.h +++ b/src/frames.h @@ -607,12 +607,11 @@ class SafeStackFrameIterator BASE_EMBEDDED { void Advance(); void Reset(); + private: static bool IsWithinBounds( Address low_bound, Address high_bound, Address addr) { return low_bound <= addr && addr <= high_bound; } - - private: bool IsValidStackAddress(Address addr) const { return IsWithinBounds(low_bound_, high_bound_, addr); } -- cgit v1.2.3