Reviewers: ,

Description:
Fix lint failure.

[email protected]
BUG=
TEST=


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

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

Affected files:
  M src/runtime.cc


Index: src/runtime.cc
diff --git a/src/runtime.cc b/src/runtime.cc
index c118f827b2644a0d3e297a054d0953ca2cc39ab2..dd49798f0566b9423391271e7810aad664fcc848 100644
--- a/src/runtime.cc
+++ b/src/runtime.cc
@@ -11148,7 +11148,8 @@ RUNTIME_FUNCTION(MaybeObject*, Runtime_DebugEvaluate) {

   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

Reply via email to