| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index a5231808132ed105c46156a43686ca88190f3117..e213dabf7e05018a2032c8efe3bd2e7eb49f4fc0 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -1177,8 +1177,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",
|
|
|