| Index: src/arm/full-codegen-arm.cc
|
| diff --git a/src/arm/full-codegen-arm.cc b/src/arm/full-codegen-arm.cc
|
| index fe0471f5bdf89aee087a8b69734af1fba663b581..871b4539efd3e2503058bcc622a109c1051d9f5b 100644
|
| --- a/src/arm/full-codegen-arm.cc
|
| +++ b/src/arm/full-codegen-arm.cc
|
| @@ -431,8 +431,7 @@ void FullCodeGenerator::TestContext::Plug(Handle<Object> lit) const {
|
| if (true_label_ != fall_through_) __ b(true_label_);
|
| } else if (lit->IsString()) {
|
| if (String::cast(*lit)->length() == 0) {
|
| - if (false_label_ != fall_through_) __ b(false_label_);
|
| - __ b(false_label_);
|
| + if (false_label_ != fall_through_) __ b(false_label_);
|
| } else {
|
| if (true_label_ != fall_through_) __ b(true_label_);
|
| }
|
|
|