Chromium Code Reviews| Index: test/mjsunit/tools/profile.js |
| diff --git a/test/mjsunit/tools/profile.js b/test/mjsunit/tools/profile.js |
| index 9ed851b1af5c94e3d7b4522253cc436b37ab6a09..4df1a08f92b99bc320ed06c0372c092b3294d368 100644 |
| --- a/test/mjsunit/tools/profile.js |
| +++ b/test/mjsunit/tools/profile.js |
| @@ -58,7 +58,7 @@ function countNodes(profile, traverseFunc) { |
| function ProfileTestDriver() { |
| - this.profile = new devtools.profiler.Profile(); |
| + this.profile = new Profile(); |
| this.stack_ = []; |
| this.addFunctions_(); |
| }; |