Reviewers: Søren Gjesse,

Description:
Bring back source line accidentally removed in r4217.

Please review this at http://codereview.chromium.org/1153008

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/debug.cc


Index: src/debug.cc
===================================================================
--- src/debug.cc        (revision 4217)
+++ src/debug.cc        (working copy)
@@ -720,6 +720,7 @@

   // Mark this script as native and return successfully.
   Handle<Script> script(Script::cast(function->shared()->script()));
+  script->set_type(Smi::FromInt(Script::TYPE_NATIVE));
   return true;
 }



--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev

To unsubscribe from this group, send email to v8-dev+unsubscribegooglegroups.com or reply 
to this email with the words "REMOVE ME" as the subject.

Reply via email to