Shorten constructor names in JS tickprocessor.
authormikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 10 Feb 2011 07:47:28 +0000 (07:47 +0000)
committermikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 10 Feb 2011 07:47:28 +0000 (07:47 +0000)
commit12e62e715492e98435df9a2c7d70a389b99481ca
tree342532b883dbc66857e079452ce0b0c7e8338d0d
parent2f17f3e5d719bec1722a864eeb547cc8d1110e67
Shorten constructor names in JS tickprocessor.

As they are no more used in DevTools profiler, there is no
need to prefix them with "devtools.profiler" namespace.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6712 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
12 files changed:
test/mjsunit/tools/codemap.js
test/mjsunit/tools/csvparser.js
test/mjsunit/tools/profile.js
test/mjsunit/tools/profile_view.js
test/mjsunit/tools/splaytree.js
tools/codemap.js
tools/csvparser.js
tools/logreader.js
tools/profile.js
tools/profile_view.js
tools/splaytree.js
tools/tickprocessor.js