| Index: test/cctest/test-cpu-profiler.cc
|
| diff --git a/test/cctest/test-cpu-profiler.cc b/test/cctest/test-cpu-profiler.cc
|
| index 1643a1fd3ac7de1ffe3d22f9a74028dd3a20c8a9..ae0683bb6f3585a72bec192f4e19bc9d6a699115 100644
|
| --- a/test/cctest/test-cpu-profiler.cc
|
| +++ b/test/cctest/test-cpu-profiler.cc
|
| @@ -40,7 +40,7 @@ using i::CpuProfilesCollection;
|
| using i::ProfileGenerator;
|
| using i::ProfileNode;
|
| using i::ProfilerEventsProcessor;
|
| -using i::ScopedVector;
|
| +// using i::ScopedVector;
|
| using i::TokenEnumerator;
|
| using i::Vector;
|
|
|
| @@ -396,6 +396,7 @@ TEST(DeleteCpuProfileDifferentTokens) {
|
| }
|
|
|
|
|
| +#if 0
|
| static bool ContainsString(v8::Handle<v8::String> string,
|
| const Vector<v8::Handle<v8::String> >& vector) {
|
| for (int i = 0; i < vector.length(); i++) {
|
| @@ -536,3 +537,4 @@ TEST(CollectCpuProfile) {
|
| const char* delayBranch[] = { "delay", "loop" };
|
| CheckSimpleBranch(fooNode, delayBranch, ARRAY_SIZE(delayBranch));
|
| }
|
| +#endif
|
|
|