| Index: test/cctest/test-heap-profiler.cc
|
| diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc
|
| index 7a27495695a68ce8f66e9fcf45d07bc804646f6e..783000c60033f8429bd3a698e0809c1a23130bd3 100644
|
| --- a/test/cctest/test-heap-profiler.cc
|
| +++ b/test/cctest/test-heap-profiler.cc
|
| @@ -2044,6 +2044,7 @@ HeapProfilerExtension::GetNativeFunctionTemplate(v8::Isolate* isolate,
|
| v8::Handle<v8::String> name) {
|
| if (name->Equals(v8::String::NewFromUtf8(isolate, "findUntrackedObjects"))) {
|
| return v8::FunctionTemplate::New(
|
| + isolate,
|
| HeapProfilerExtension::FindUntrackedObjects);
|
| } else {
|
| CHECK(false);
|
|
|