Index: src/api.cc |
diff --git a/src/api.cc b/src/api.cc |
index b435826f9a3e2321980382bf1c7038d7bb0e55bb..28b04155de15044886d0d5584bf0ce8a184aa8f9 100644 |
--- a/src/api.cc |
+++ b/src/api.cc |
@@ -1280,7 +1280,7 @@ Local<FunctionTemplate> FunctionTemplate::NewWithCache( |
Isolate* isolate, FunctionCallback callback, Local<Private> cache_property, |
Local<Value> data, Local<Signature> signature, int length) { |
i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); |
- LOG_API(i_isolate, FunctionTemplate, NewWithFastHandler); |
+ LOG_API(i_isolate, FunctionTemplate, NewWithCache); |
ENTER_V8(i_isolate); |
return FunctionTemplateNew(i_isolate, callback, nullptr, data, signature, |
length, false, cache_property); |