Revision: 13095
Author:   [email protected]
Date:     Thu Nov 29 06:53:44 2012
Log:      Fix typo in FunctionTemplate::ReadOnlyPrototype.

Contributed by Peter Varga <[email protected]>

BUG=
TEST=

Review URL: https://codereview.chromium.org/11434031
http://code.google.com/p/v8/source/detail?r=13095

Modified:
 /branches/bleeding_edge/src/api.cc

=======================================
--- /branches/bleeding_edge/src/api.cc  Mon Nov 26 00:56:59 2012
+++ /branches/bleeding_edge/src/api.cc  Thu Nov 29 06:53:44 2012
@@ -1237,7 +1237,7 @@

 void FunctionTemplate::ReadOnlyPrototype() {
   i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate();
- if (IsDeadCheck(isolate, "v8::FunctionTemplate::SetPrototypeAttributes()")) {
+  if (IsDeadCheck(isolate, "v8::FunctionTemplate::ReadOnlyPrototype()")) {
     return;
   }
   ENTER_V8(isolate);

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to