Revision: 8455
Author: [email protected]
Date: Wed Jun 29 01:32:12 2011
Log: Fix lint failure.
[email protected]
BUG=
TEST=
Review URL: http://codereview.chromium.org/7284004
http://code.google.com/p/v8/source/detail?r=8455
Modified:
/branches/bleeding_edge/src/runtime.cc
=======================================
--- /branches/bleeding_edge/src/runtime.cc Wed Jun 29 00:41:42 2011
+++ /branches/bleeding_edge/src/runtime.cc Wed Jun 29 01:32:12 2011
@@ -11148,7 +11148,8 @@
if (additional_context->IsJSObject()) {
Handle<JSObject> extension =
Handle<JSObject>::cast(additional_context);
- context = isolate->factory()->NewWithContext(go_between, context,
extension);
+ context =
+ isolate->factory()->NewWithContext(go_between, context, extension);
}
// Wrap the evaluation statement in a new function compiled in the newly
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev