Reviewers: olehougaard,

Description:
Fix minor formatting issue.

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

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

Affected files:
   M     src/runtime.cc


Index: src/runtime.cc
===================================================================
--- src/runtime.cc      (revision 1432)
+++ src/runtime.cc      (working copy)
@@ -208,7 +208,7 @@
    if (result.is_null()) return Failure::Exception();

    // Update the functions literal and return the boilerplate.
-  literals->set(literals_index, *result);;
+  literals->set(literals_index, *result);

    return *result;
  }



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

Reply via email to