Chromium Code Reviews| Index: build_overrides/v8.gni |
| diff --git a/build_overrides/v8.gni b/build_overrides/v8.gni |
| index 05c542ab2703e4d143248aa43a1a65bf1a9f6a97..fc4a70e579b78debb972cf49cb68353f0040c254 100644 |
| --- a/build_overrides/v8.gni |
| +++ b/build_overrides/v8.gni |
| @@ -16,7 +16,7 @@ if (((v8_current_cpu == "x86" || |
| v8_current_cpu=="x87") && |
| (is_linux || is_mac)) || |
| (v8_current_cpu == "ppc64" && is_linux)) { |
| - v8_enable_gdbjit = true |
| + v8_enable_gdbjit_default = true |
| } |
| v8_imminent_deprecation_warnings_default = true |