| Index: src/asmjs/switch-logic.cc
|
| diff --git a/src/wasm/switch-logic.cc b/src/asmjs/switch-logic.cc
|
| similarity index 98%
|
| rename from src/wasm/switch-logic.cc
|
| rename to src/asmjs/switch-logic.cc
|
| index 9ebc0b3452d25aabd4bd9f31fa278c8a2ffdea34..93544da9b49877838de17cfb2d7d763acb4789f2 100644
|
| --- a/src/wasm/switch-logic.cc
|
| +++ b/src/asmjs/switch-logic.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/wasm/switch-logic.h"
|
| +#include "src/asmjs/switch-logic.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|