Index: src/api.cc |
diff --git a/src/api.cc b/src/api.cc |
index 399d091ac7a1450f51ecb7b720c2e4476dc9164c..d718c8875b5973e11a6cc6151f96bb773f4baa55 100644 |
--- a/src/api.cc |
+++ b/src/api.cc |
@@ -670,7 +670,7 @@ static void InitializeTemplate(i::Handle<i::TemplateInfo> that, int type) { |
void Template::Set(v8::Handle<String> name, v8::Handle<Data> value, |
v8::PropertyAttribute attribute) { |
- if (IsDeadCheck("v8::Template::SetProperty()")) return; |
+ if (IsDeadCheck("v8::Template::Set()")) return; |
ENTER_V8; |
HandleScope scope; |
i::Handle<i::Object> list(Utils::OpenHandle(this)->property_list()); |