Index: src/api.cc |
diff --git a/src/api.cc b/src/api.cc |
index 188047bcc2a81939c2b1af32b0d0634cf2ff7879..8dd16e98bba3fc22c5f9171c1ecbf15caae3014e 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()); |