Revision: 7054
Author: [email protected]
Date: Thu Mar 3 16:28:54 2011
Log: Fix presubmit.
[email protected]
BUG=
TEST=
Review URL: http://codereview.chromium.org/6603032
http://code.google.com/p/v8/source/detail?r=7054
Modified:
/branches/bleeding_edge/src/runtime.cc
=======================================
--- /branches/bleeding_edge/src/runtime.cc Thu Mar 3 16:21:52 2011
+++ /branches/bleeding_edge/src/runtime.cc Thu Mar 3 16:28:54 2011
@@ -1478,7 +1478,8 @@
// The holder is an arguments object.
ASSERT((attributes & READ_ONLY) == 0);
Handle<JSObject> arguments(Handle<JSObject>::cast(holder));
- RETURN_IF_EMPTY_HANDLE(SetElement(arguments, index, value,
kNonStrictMode));
+ RETURN_IF_EMPTY_HANDLE(
+ SetElement(arguments, index, value, kNonStrictMode));
}
return *value;
}
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev