Really fix missing HandleScope to prevent local handles to DOMWindow leaking.
authormikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 18 Nov 2011 11:42:39 +0000 (11:42 +0000)
committermikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 18 Nov 2011 11:42:39 +0000 (11:42 +0000)
commita0f3c5d451fcd62f86aa8f062660dc71d53145b2
tree089fd4bf841ef27801dcc86186bde8562f17c970
parentbbab5326993fe9c9cf11dfa219f8d6d65f13c98f
Really fix missing HandleScope to prevent local handles to DOMWindow leaking.

A follow-up to r9994.

R=vitalyr@chromium.org
BUG=102895
TEST=cctests/test-heap-profiler/NoHandleLeaks

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10030 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/profile-generator.cc
test/cctest/test-heap-profiler.cc