| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index b00ebb04feed9f5ab04caa6ff7a4b3c8b87fe088..5228d1d1d82d500aa9bdd6a7de70c7d6a09263e5 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -1173,8 +1173,8 @@ v8_source_set("v8_base") {
|
| "src/compiler/wasm-compiler.cc",
|
| "src/compiler/wasm-compiler.h",
|
| "src/compiler/wasm-linkage.cc",
|
| - "src/compiler/zone-pool.cc",
|
| - "src/compiler/zone-pool.h",
|
| + "src/compiler/zone-stats.cc",
|
| + "src/compiler/zone-stats.h",
|
| "src/context-measure.cc",
|
| "src/context-measure.h",
|
| "src/contexts-inl.h",
|
|
|