Revision: 10907
Author:   [email protected]
Date:     Fri Mar  2 06:15:28 2012
Log:      Fixed presubmit error.

Review URL: https://chromiumcodereview.appspot.com/9584011
http://code.google.com/p/v8/source/detail?r=10907

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

=======================================
--- /branches/bleeding_edge/src/ast.cc  Fri Mar  2 06:03:59 2012
+++ /branches/bleeding_edge/src/ast.cc  Fri Mar  2 06:15:28 2012
@@ -524,7 +524,8 @@
       switch (lookup.type()) {
         case CONSTANT_FUNCTION:
           // We surely know the target for a constant function.
- target_ = Handle<JSFunction>(lookup.GetConstantFunctionFromMap(*type));
+          target_ =
+              Handle<JSFunction>(lookup.GetConstantFunctionFromMap(*type));
           return true;
         case NORMAL:
         case FIELD:

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

Reply via email to