| Index: gin/gin_features.cc
|
| diff --git a/gin/gin_features.cc b/gin/gin_features.cc
|
| index fd76b6ad57e57c570b6a70c699c0e6c95e4251bb..e9bd0a524784e5f3836c76fd61f6733e413194c4 100644
|
| --- a/gin/gin_features.cc
|
| +++ b/gin/gin_features.cc
|
| @@ -6,15 +6,15 @@
|
|
|
| namespace features {
|
|
|
| -// Enables or disables the experimental V8 Ignition interpreter.
|
| +// Enables or disables the V8 Ignition interpreter.
|
| const base::Feature kV8Ignition {
|
| "V8Ignition", base::FEATURE_DISABLED_BY_DEFAULT
|
| };
|
|
|
| -// Enables or disables the experimental V8 Ignition interpreter on low end
|
| +// Enables or disables the V8 Ignition interpreter on low end
|
| // Android devices.
|
| const base::Feature kV8IgnitionLowEnd {
|
| - "V8IgnitionLowEnd", base::FEATURE_DISABLED_BY_DEFAULT
|
| + "V8IgnitionLowEnd", base::FEATURE_ENABLED_BY_DEFAULT
|
| };
|
|
|
| // Enables lazy compilation for the V8 Ignition interpreter. Only
|
|
|