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 |