Fix lint failure.
TBR=fschneider@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7284004 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8455 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
e6dbce1190
commit
81e8b42e1b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user