Do not read document and URL properties on global objects while taking heap snapshot
authoryurys@chromium.org <yurys@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 12 Dec 2012 09:49:46 +0000 (09:49 +0000)
committeryurys@chromium.org <yurys@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 12 Dec 2012 09:49:46 +0000 (09:49 +0000)
commitbc37b9be27e51c70dede27e0a279f3f00a0eaa8c
tree4243694d2bfb93571c51d2c94c9cf35493e42968
parent6eef2f0682ced1b7694268f62eeb9f85b9bbfabc
Do not read document and URL properties on global objects while taking heap snapshot

This unsafe mechanism was replaced with a user provided callback in r13137 and now we should remove old code.
Review URL: https://codereview.chromium.org/11519029

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