Revert r7483 "Move SafeStackFrameIterator::active_count_ into an isolate."
authorvitalyr@chromium.org <vitalyr@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 1 Apr 2011 16:21:26 +0000 (16:21 +0000)
committervitalyr@chromium.org <vitalyr@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 1 Apr 2011 16:21:26 +0000 (16:21 +0000)
commit24596cae3255e5ee79084e6c259fd9ff68cac254
treef60dc3e46a64db24be41b55101428d422acc34f9
parent6952f68ee39495fb28ac124eed3661506a0419c4
Revert r7483 "Move SafeStackFrameIterator::active_count_ into an isolate."

It broke the Mac build.

Sampler::SampleStack() can't use Isolate::Current() when called from
the sampler thread (from SampleContext). We have to pass the isolate
pointer.

TBR=mikhail.naganov@gmail.com

Review URL: http://codereview.chromium.org/6791014

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7485 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/frames.cc
src/frames.h
src/isolate.h