summaryrefslogtreecommitdiff
path: root/chromium/v8/src/frames.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/frames.cc')
-rw-r--r--chromium/v8/src/frames.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/chromium/v8/src/frames.cc b/chromium/v8/src/frames.cc
index f33dba8ba29..d578a64ed3d 100644
--- a/chromium/v8/src/frames.cc
+++ b/chromium/v8/src/frames.cc
@@ -1886,10 +1886,10 @@ void JavaScriptFrame::Print(StringStream* accumulator,
Context* context = NULL;
if (this->context() != NULL && this->context()->IsContext()) {
context = Context::cast(this->context());
- }
- while (context->IsWithContext()) {
- context = context->previous();
- DCHECK(context != NULL);
+ while (context->IsWithContext()) {
+ context = context->previous();
+ DCHECK(context != NULL);
+ }
}
// Print heap-allocated local variables.