Author: [email protected]
Date: Fri Mar  6 02:39:39 2009
New Revision: 1435

Modified:
    branches/bleeding_edge/src/runtime.cc

Log:
Fix minor formatting issue.
Review URL: http://codereview.chromium.org/40215

Modified: branches/bleeding_edge/src/runtime.cc
==============================================================================
--- branches/bleeding_edge/src/runtime.cc       (original)
+++ branches/bleeding_edge/src/runtime.cc       Fri Mar  6 02:39:39 2009
@@ -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