Index: test/cctest/heap/test-alloc.cc |
diff --git a/test/cctest/heap/test-alloc.cc b/test/cctest/heap/test-alloc.cc |
index c01827eee160058b9087dd549e2a383a8bdd53aa..3424804d59ab3602d19945bd2f39386db70331ba 100644 |
--- a/test/cctest/heap/test-alloc.cc |
+++ b/test/cctest/heap/test-alloc.cc |
@@ -116,11 +116,8 @@ void TestGetter( |
v8::internal::HeapTester::TestAllocateAfterFailures())); |
} |
- |
-void TestSetter( |
- v8::Local<v8::Name> name, |
- v8::Local<v8::Value> value, |
- const v8::PropertyCallbackInfo<void>& info) { |
+void TestSetter(v8::Local<v8::Name> name, v8::Local<v8::Value> value, |
+ const v8::PropertyCallbackInfo<v8::Boolean>& info) { |
UNREACHABLE(); |
} |